<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/a2f2950cf2e143ee1765fcbbe1257ca33704440c">https://github.com/macports/macports-ports/commit/a2f2950cf2e143ee1765fcbbe1257ca33704440c</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 a2f2950cf2e libgcc13: disable configure Xcode workaround
</span>a2f2950cf2e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a2f2950cf2e143ee1765fcbbe1257ca33704440c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jul 3 22:37:30 2024 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libgcc13: disable configure Xcode workaround
</span>---
 lang/gcc13/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc13/Portfile b/lang/gcc13/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f317f26de19..0fe810bb119 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,7 +126,7 @@ configure.args-append  --disable-tls
</span> # Disable ccache
 configure.ccache    no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${subport} ne ${libcxxname} && ${os.platform} eq "darwin" } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${subport} ne ${libcxxname} && ${os.platform} eq "darwin" && ${subport} ne ${libgccname} } {
</span>     # gcc has build issues on macOS 11.3 with the use of Xcode 12.5 clang via cctools for ld
     # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100340
     # https://trac.macports.org/ticket/62775
</pre><pre style='margin:0'>

</pre>