[86159] trunk/dports/graphics/wxWidgets-devel/Portfile

and.damore at macports.org and.damore at macports.org
Thu Oct 20 01:06:48 PDT 2011


Revision: 86159
          http://trac.macports.org/changeset/86159
Author:   and.damore at macports.org
Date:     2011-10-20 01:06:46 -0700 (Thu, 20 Oct 2011)
Log Message:
-----------
port wxwidgets-devel: removed hardcoded cpp, using the right one selected by compiler

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-devel/Portfile

Modified: trunk/dports/graphics/wxWidgets-devel/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-devel/Portfile	2011-10-20 08:02:14 UTC (rev 86158)
+++ trunk/dports/graphics/wxWidgets-devel/Portfile	2011-10-20 08:06:46 UTC (rev 86159)
@@ -56,8 +56,8 @@
 configure.cmd   ../configure
 configure.ldflags   -L${build.dir}/lib -L${prefix}/lib
 
-configure.env-append CPP=${developer_dir}/usr/bin/llvm-cpp-4.2
-configure.env-append CXXCPP=${developer_dir}/usr/bin/llvm-cpp-4.2
+configure.env-append CPP=${configure.cpp}
+configure.env-append CXXCPP=${configure.cpp}
 
 configure.args  --mandir=${prefix}/share/man \
                 --with-libiconv-prefix=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111020/9dcff254/attachment-0001.html>


More information about the macports-changes mailing list