[131524] trunk/dports/lang/libcxxabi/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 13 09:46:48 PST 2015


Revision: 131524
          https://trac.macports.org/changeset/131524
Author:   jeremyhu at macports.org
Date:     2015-01-13 09:46:48 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
libcxxabi: Whitelist clang-3.6 for ppc ... not exactly trivial

Modified Paths:
--------------
    trunk/dports/lang/libcxxabi/Portfile

Modified: trunk/dports/lang/libcxxabi/Portfile
===================================================================
--- trunk/dports/lang/libcxxabi/Portfile	2015-01-13 15:46:32 UTC (rev 131523)
+++ trunk/dports/lang/libcxxabi/Portfile	2015-01-13 17:46:48 UTC (rev 131524)
@@ -61,8 +61,13 @@
     # 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
+    supported_archs i386 x86_64 ppc
 
+    if {[variant_isset universal] && [lsearch ${universal_archs} ppc] != -1} {
+        # http://trac.macports.org/wiki/LibcxxOnOlderSystems#Leopardppc
+        compiler.whitelist macports-clang-3.6
+    }
+
     if {${os.major} < 10} {
         patchfiles-append \
             leopard.patch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/ee83b910/attachment.html>


More information about the macports-changes mailing list