[52664] trunk/dports/devel/boost/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Jun 20 16:17:50 PDT 2009


Revision: 52664
          http://trac.macports.org/changeset/52664
Author:   mcalhoun at macports.org
Date:     2009-06-20 16:17:50 -0700 (Sat, 20 Jun 2009)
Log Message:
-----------
boost: Ensure correct compiler is used.
Fixes #20023.

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2009-06-20 21:53:21 UTC (rev 52663)
+++ trunk/dports/devel/boost/Portfile	2009-06-20 23:17:50 UTC (rev 52664)
@@ -41,12 +41,12 @@
 configure {
     reinplace -E "s|-install_name \"|&${prefix}/lib/|" \
         ${worksrcpath}/tools/build/v2/tools/darwin.jam
-    touch ${worksrcpath}/user-config.jam
+    write_jam "using darwin : : ${configure.cxx} ;"
 }
 
 build.cmd       bjam
 build.target
-build.args      --toolset=darwin \
+build.args      \
                 --layout=tagged \
                 --debug-configuration \
                 --ignore-site-config \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090620/a6099a49/attachment.html>


More information about the macports-changes mailing list