[145065] trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl
Revision: 145065 https://trac.macports.org/changeset/145065 Author: jeremyhu@macports.org Date: 2016-01-24 23:21:07 -0800 (Sun, 24 Jan 2016) Log Message: ----------- cxx11-1.0: Remove blacklisting of older clang versions that are no longer available Modified Paths: -------------- trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl 2016-01-25 02:39:18 UTC (rev 145064) +++ trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl 2016-01-25 07:21:07 UTC (rev 145065) @@ -43,8 +43,7 @@ # As we only support libc++, clang is implicitly required. # Blacklist all GCC compilers to not accidentally pull in libstdc++. # We do not know what "cc" is, so blacklist it as well. -compiler.blacklist-append *gcc* {clang < 500} macports-clang-2.* \ - {macports-clang-3.[0-2]} cc +compiler.blacklist-append *gcc* {clang < 500} cc pre-configure { if {${configure.cxx_stdlib} eq "libstdc++"} {
participants (1)
-
jeremyhu@macports.org