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

takanori at macports.org takanori at macports.org
Tue Oct 11 07:08:55 PDT 2011


Revision: 85206
          http://trac.macports.org/changeset/85206
Author:   takanori at macports.org
Date:     2011-10-11 07:08:54 -0700 (Tue, 11 Oct 2011)
Log Message:
-----------
boost: clang++ shouldn't be used to build this port for now (#31525)

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2011-10-11 07:19:12 UTC (rev 85205)
+++ trunk/dports/devel/boost/Portfile	2011-10-11 14:08:54 UTC (rev 85206)
@@ -5,6 +5,7 @@
 
 name            boost
 version         1.47.0
+revision        1
 license         Boost-1.0
 categories      devel
 platforms       darwin
@@ -48,6 +49,11 @@
     close ${config}
 }
 
+# FIXME: clang++ 3.0 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 \
                     --without-libraries=mpi \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111011/19b7f3a7/attachment.html>


More information about the macports-changes mailing list