[108422] trunk/dports/devel/boost/Portfile
jmr at macports.org
jmr at macports.org
Mon Jul 22 23:41:04 PDT 2013
Revision: 108422
https://trac.macports.org/changeset/108422
Author: jmr at macports.org
Date: 2013-07-22 23:41:04 -0700 (Mon, 22 Jul 2013)
Log Message:
-----------
boost: also blacklist apple-gcc-4.0 and add macports-clang-3.3 to fallback list (#39809)
Modified Paths:
--------------
trunk/dports/devel/boost/Portfile
Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile 2013-07-23 06:33:44 UTC (rev 108421)
+++ trunk/dports/devel/boost/Portfile 2013-07-23 06:41:04 UTC (rev 108422)
@@ -54,12 +54,13 @@
close ${config}
}
+compiler.fallback-append macports-clang-3.3
# clang++ produces broken boost libraries (https://trac.macports.org/ticket/31525)
# If Apple's clang is used on 32-bit systems, it seems to silently ignore the '-march=i386' flag.
# (https://trac.macports.org/ticket/38157)
# gcc <= 4.2 does not support TR1 result_of protocol
# https://trac.macports.org/ticket/39809
-compiler.blacklist macports-clang-2.9 macports-clang-3.0 llvm-gcc-4.2 apple-gcc-4.2 gcc-4.2 gcc-4.0 gcc-3.3
+compiler.blacklist macports-clang-2.9 macports-clang-3.0 llvm-gcc-4.2 apple-gcc-4.2 gcc-4.2 gcc-4.0 apple-gcc-4.0 gcc-3.3
if {[vercmp $xcodeversion 4.4] < 0 || [lsearch ${build_arch} i386] != -1} {
compiler.blacklist-append clang
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130722/8f8faaff/attachment.html>
More information about the macports-changes
mailing list