<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/290880bc26212d08412095d0ec5561ff4ea2b686">https://github.com/macports/macports-ports/commit/290880bc26212d08412095d0ec5561ff4ea2b686</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 290880bc262 ld64: default to ld64-97 for all PPC
</span>290880bc262 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 290880bc26212d08412095d0ec5561ff4ea2b686
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Wed Oct 19 21:20:41 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    ld64: default to ld64-97 for all PPC
</span>---
 devel/ld64/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ld64/Portfile b/devel/ld64/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff4ea16a051..2918ea703cd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ld64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ld64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -257,7 +257,7 @@ if {${subport} eq ${name}} {
</span>     variant ld64_xcode conflicts ld64_97 ld64_127 ld64_236 ld64_274 description {Use ld64-xcode as the default linker (version provided by the selected Xcode.app toolchain)} {}
 
     if {![variant_isset ld64_97] && ![variant_isset ld64_127] && ![variant_isset ld64_236] && ![variant_isset ld64_274] && ![variant_isset ld64_xcode]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        if {${os.major} < 9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if {${os.major} < 9 || (${build_arch} in [list ppc ppc64])} {
</span>             default_variants +ld64_97
         } elseif {${os.major} < 11} {
             # os versions < 11 can't build newer ld64 versions with their stock xcode compilers
</pre><pre style='margin:0'>

</pre>