[131525] trunk/dports/lang/libcxx/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 13 09:52:23 PST 2015


Revision: 131525
          https://trac.macports.org/changeset/131525
Author:   jeremyhu at macports.org
Date:     2015-01-13 09:52:23 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
libcxx: Whitelist clang-3.6 for ppc

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

Modified: trunk/dports/lang/libcxx/Portfile
===================================================================
--- trunk/dports/lang/libcxx/Portfile	2015-01-13 17:46:48 UTC (rev 131524)
+++ trunk/dports/lang/libcxx/Portfile	2015-01-13 17:52:23 UTC (rev 131525)
@@ -59,8 +59,13 @@
 
     depends_lib port:libcxxabi
 
-    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
+    }
+
     patchfiles-append \
         leopard-buildit.patch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/08707734/attachment.html>


More information about the macports-changes mailing list