[129356] trunk/dports/lang

larryv at macports.org larryv at macports.org
Wed Dec 10 15:37:44 PST 2014


Revision: 129356
          https://trac.macports.org/changeset/129356
Author:   larryv at macports.org
Date:     2014-12-10 15:37:44 -0800 (Wed, 10 Dec 2014)
Log Message:
-----------
{clang,llvm}-3.{5,6}: Restrict to x86 on Darwin

Universal builds on Snow Leopard currently bail out if universal_archs
contains "ppc", since libcxx only builds for x86. This change allows
those builds to go through (without the PowerPC bit, of course).

(Jeremy signed off via email.)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.5/Portfile
    trunk/dports/lang/llvm-3.6/Portfile

Modified: trunk/dports/lang/llvm-3.5/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.5/Portfile	2014-12-10 23:36:50 UTC (rev 129355)
+++ trunk/dports/lang/llvm-3.5/Portfile	2014-12-10 23:37:44 UTC (rev 129356)
@@ -157,6 +157,7 @@
 
     configure.cxx_stdlib libc++
     depends_lib-append port:libcxx
+    supported_archs i386 x86_64
 
     pre-fetch {
         if {![file exists /usr/lib/libc++.dylib]} {

Modified: trunk/dports/lang/llvm-3.6/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.6/Portfile	2014-12-10 23:36:50 UTC (rev 129355)
+++ trunk/dports/lang/llvm-3.6/Portfile	2014-12-10 23:37:44 UTC (rev 129356)
@@ -136,6 +136,7 @@
 
     configure.cxx_stdlib libc++
     depends_lib-append port:libcxx
+    supported_archs i386 x86_64
 
     pre-fetch {
         if {![file exists /usr/lib/libc++.dylib]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141210/0ad7f4f5/attachment.html>


More information about the macports-changes mailing list