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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5d29537b42fd5dfa0efa7eed342d3c7e4b00d515">https://github.com/macports/macports-ports/commit/5d29537b42fd5dfa0efa7eed342d3c7e4b00d515</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5d29537b42fd5dfa0efa7eed342d3c7e4b00d515
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Oct 7 17:02:43 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gcc-devel: ld64 must use xcode variant for ld-classic support
</span>---
 lang/gcc-devel/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc-devel/Portfile b/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 26c838907a5..f9cf649e0da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           select                       1.0
</span> PortGroup           compiler_blacklist_versions  1.0
 PortGroup           active_variants              1.1
 PortGroup           conflicts_build              1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           active_variants              1.1
</span> 
 epoch               5
 name                gcc-devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -178,6 +179,8 @@ if {${os.platform} eq "darwin" && ${os.major} >= 22} {
</span>         # https://developer.apple.com/forums/thread/737707
         # https://github.com/Homebrew/homebrew-core/issues/145991
         configure.args-replace --with-ld=${prefix}/bin/ld --with-ld=${prefix}/bin/ld-classic
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Ensure ld64 is installed with the correct variant need for ld-classic
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        require_active_variants ld64 ld64_xcode
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>