[148975] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Tue May 24 00:19:43 PDT 2016


Revision: 148975
          https://trac.macports.org/changeset/148975
Author:   jeremyhu at macports.org
Date:     2016-05-24 00:19:43 -0700 (Tue, 24 May 2016)
Log Message:
-----------
llvm-3.[89]: Use the correct cmake option to disable sanitizers (COMPILER_RT_BUILD_SANITIZERS)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.8/Portfile
    trunk/dports/lang/llvm-3.9/Portfile

Modified: trunk/dports/lang/llvm-3.8/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.8/Portfile	2016-05-24 01:57:49 UTC (rev 148974)
+++ trunk/dports/lang/llvm-3.8/Portfile	2016-05-24 07:19:43 UTC (rev 148975)
@@ -258,7 +258,7 @@
     if {${subport} eq "clang-${llvm_version}" && [vercmp $xcodeversion 5.0] < 0} {
         # https://llvm.org/bugs/show_bug.cgi?id=13671
         patchfiles-append leopard-no-asan.patch
-        configure.args-append -DCOMPILER_RT_HAS_SANITIZER_COMMON=NO
+        configure.args-append -DCOMPILER_RT_BUILD_SANITIZERS=OFF
     }
 
     if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 9} {

Modified: trunk/dports/lang/llvm-3.9/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.9/Portfile	2016-05-24 01:57:49 UTC (rev 148974)
+++ trunk/dports/lang/llvm-3.9/Portfile	2016-05-24 07:19:43 UTC (rev 148975)
@@ -252,7 +252,7 @@
     if {${subport} eq "clang-${llvm_version}" && [vercmp $xcodeversion 5.0] < 0} {
         # https://llvm.org/bugs/show_bug.cgi?id=13671
         patchfiles-append leopard-no-asan.patch
-        configure.args-append -DCOMPILER_RT_HAS_SANITIZER_COMMON=NO
+        configure.args-append -DCOMPILER_RT_BUILD_SANITIZERS=OFF
     }
 
     if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160524/31dfc442/attachment.html>


More information about the macports-changes mailing list