[131485] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 12 11:37:13 PST 2015


Revision: 131485
          https://trac.macports.org/changeset/131485
Author:   jeremyhu at macports.org
Date:     2015-01-12 11:37:12 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
ld64: Build ld64-97 if ppc is a universal arch on Leopard

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-12 18:46:20 UTC (rev 131484)
+++ trunk/dports/devel/ld64/Portfile	2015-01-12 19:37:12 UTC (rev 131485)
@@ -77,7 +77,7 @@
     depends_build-append    path:include/libunwind.h:libunwind-headers
 }
 
-if {${os.arch} eq "powerpc" || ${os.major} < 9} {
+if {${os.arch} eq "powerpc" || ([variant_isset universal] && [lsearch ${universal_archs} ppc] != -1) || ${os.major} < 9} {
     # XCode 3.2.6
     # 127.2 should work for powerpc, but it will require some build fixes.
     version             97.17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150112/67861134/attachment.html>


More information about the macports-changes mailing list