[149979] trunk/dports/devel/libunwind/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 7 01:00:41 PDT 2016


Revision: 149979
          https://trac.macports.org/changeset/149979
Author:   jeremyhu at macports.org
Date:     2016-07-07 01:00:41 -0700 (Thu, 07 Jul 2016)
Log Message:
-----------
libunwind: Add clang 3.9 to the conditional blacklist

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

Modified: trunk/dports/devel/libunwind/Portfile
===================================================================
--- trunk/dports/devel/libunwind/Portfile	2016-07-07 07:58:59 UTC (rev 149978)
+++ trunk/dports/devel/libunwind/Portfile	2016-07-07 08:00:41 UTC (rev 149979)
@@ -67,7 +67,7 @@
     depends_lib-append port:libunwind-headers
 
     # clang 3.5 and newer are blacklisted to prevent dependency cycles
-    foreach ver {3.5 3.6 3.7 3.8} {
+    foreach ver {3.5 3.6 3.7 3.8 3.9} {
         if {![file exists ${prefix}/bin/clang-mp-${ver}]} {
             compiler.blacklist-append macports-clang-${ver}
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160707/dcb76743/attachment.html>


More information about the macports-changes mailing list