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

larryv at macports.org larryv at macports.org
Tue Jan 20 21:30:06 PST 2015


Revision: 131926
          https://trac.macports.org/changeset/131926
Author:   larryv at macports.org
Date:     2015-01-20 21:30:05 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
ld64: Use 127.2 for 10.6 PowerPC builds (#46640)

Version 127.2 was the last release that supported linking PowerPC
binaries, so we need it on Snow Leopard if a PowerPC slice is requested.

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-21 05:25:59 UTC (rev 131925)
+++ trunk/dports/devel/ld64/Portfile	2015-01-21 05:30:05 UTC (rev 131926)
@@ -92,7 +92,7 @@
 
     patchfiles-delete   ld64-133-no-CrashReporterClient.h.patch ld64-134-missing-include.patch ld64-136-i386-badAddress.patch PR-16935960.patch PR-16936488.patch
     patchfiles-append   ld64-97-no-LTO.patch ld64-97-ppc-branch-island.patch ld64-97-arm_types_PR38931.patch ld64-97-long-branch-warn.patch ld64-97-standalone-libunwind-headers.patch ld64-97-no-Availability.h.patch
-} elseif {${os.major} < 10} {
+} elseif {${os.major} < 10 || "ppc" in [get_canonical_archs]} {
     # XCode 4.2
     # This was the last ld64 release that supported linking ppc executables.
     version             127.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/20a96529/attachment.html>


More information about the macports-changes mailing list