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

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 6 15:36:49 PST 2015


Revision: 131233
          https://trac.macports.org/changeset/131233
Author:   jeremyhu at macports.org
Date:     2015-01-06 15:36:49 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
libunwind: Don't set compiler.blacklist for the headers subport (#46459).

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

Modified: trunk/dports/devel/libunwind/Portfile
===================================================================
--- trunk/dports/devel/libunwind/Portfile	2015-01-06 23:35:20 UTC (rev 131232)
+++ trunk/dports/devel/libunwind/Portfile	2015-01-06 23:36:49 UTC (rev 131233)
@@ -30,9 +30,6 @@
 
 use_configure           no
 
-# 3.5 and 3.6 are blacklisted to prevent dependency cycles
-compiler.blacklist *gcc* {clang < 100} macports-clang-3.5 macports-clang-3.6
-
 post-extract {
     file copy ${filespath}/Makefile ${build.dir}/Makefile
 }
@@ -70,6 +67,9 @@
     # Technically not needed, but subports will expect depending on libunwind to pull in the headers
     depends_lib-append port:libunwind-headers
 
+    # 3.5 and 3.6 are blacklisted to prevent dependency cycles
+    compiler.blacklist *gcc* {clang < 100} macports-clang-3.5 macports-clang-3.6
+
     supported_archs     i386 x86_64
     variant universal   {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/10ac12a1/attachment.html>


More information about the macports-changes mailing list