diff --git a/dports/devel/ld64/Portfile b/dports/devel/ld64/Portfile
index 66934f8..874b060 100644
a
|
b
|
if {${os.major} < 9} { |
92 | 92 | |
93 | 93 | patchfiles-delete ld64-133-no-CrashReporterClient.h.patch ld64-134-missing-include.patch ld64-136-i386-badAddress.patch PR-16935960.patch PR-16936488.patch |
94 | 94 | 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 |
95 | | } elseif {${os.major} < 10} { |
| 95 | } elseif {${os.major} < 10 || "ppc" in [get_canonical_archs]} { |
96 | 96 | # XCode 4.2 |
97 | 97 | # This was the last ld64 release that supported linking ppc executables. |
98 | 98 | version 127.2 |