[138797] trunk/dports/lang/llvm-3.7/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Jul 19 18:30:30 PDT 2015
Revision: 138797
https://trac.macports.org/changeset/138797
Author: jeremyhu at macports.org
Date: 2015-07-19 18:30:30 -0700 (Sun, 19 Jul 2015)
Log Message:
-----------
llvm-3.7: Disable building asan with Xcode 4.x rather than fix the actual build issue (#48403).
Modified Paths:
--------------
trunk/dports/lang/llvm-3.7/Portfile
Modified: trunk/dports/lang/llvm-3.7/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.7/Portfile 2015-07-19 19:43:33 UTC (rev 138796)
+++ trunk/dports/lang/llvm-3.7/Portfile 2015-07-20 01:30:30 UTC (rev 138797)
@@ -231,7 +231,7 @@
configure.optflags -Os
}
- if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 11} {
+ if {${subport} eq "clang-${llvm_version}" && [vercmp $xcodeversion 5.0] < 0} {
patchfiles-append leopard-no-asan.patch
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150719/32a058cc/attachment.html>
More information about the macports-changes
mailing list