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

adfernandes at macports.org adfernandes at macports.org
Thu Dec 8 07:23:24 PST 2011


Revision: 87839
          http://trac.macports.org/changeset/87839
Author:   adfernandes at macports.org
Date:     2011-12-08 07:23:18 -0800 (Thu, 08 Dec 2011)
Log Message:
-----------
devel/boost: just cannot use clang (#31525)

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2011-12-08 04:19:13 UTC (rev 87838)
+++ trunk/dports/devel/boost/Portfile	2011-12-08 15:23:18 UTC (rev 87839)
@@ -5,7 +5,7 @@
 
 name            boost
 version         1.48.0
-revision        1
+revision        2
 license         Boost-1.0
 categories      devel
 platforms       darwin
@@ -49,6 +49,10 @@
     close ${config}
 }
 
+# clang++ produces broken boost libraries (ticket #31525)
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
 
 configure.cmd       ./bootstrap.sh
 configure.args      --without-libraries=python \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111208/0e9ccd75/attachment.html>


More information about the macports-changes mailing list