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

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 23 23:15:34 PDT 2012


Revision: 98059
          http://trac.macports.org//changeset/98059
Author:   jeremyhu at macports.org
Date:     2012-09-23 23:15:34 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
boost: Build with newer clang, see #31525

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2012-09-24 06:15:01 UTC (rev 98058)
+++ trunk/dports/devel/boost/Portfile	2012-09-24 06:15:34 UTC (rev 98059)
@@ -55,8 +55,9 @@
 }
 
 # clang++ produces broken boost libraries (https://trac.macports.org/ticket/31525)
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
+compiler.blacklist macports-clang-2.9 macports-clang-3.0
+if {[vercmp $xcodeversion 4.4] < 0} {
+    configure.compiler-append clang
 }
 
 configure.cmd       ./bootstrap.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/48ace773/attachment.html>


More information about the macports-changes mailing list