<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/5545667f53a49a9bf37d67d5b8da20505b630629">https://github.com/macports/macports-ports/commit/5545667f53a49a9bf37d67d5b8da20505b630629</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 5545667f53a libgcc12: Disable post-patch
</span>5545667f53a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5545667f53a49a9bf37d67d5b8da20505b630629
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Oct 3 15:27:10 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libgcc12: Disable post-patch
</span>---
 lang/gcc12/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc12/Portfile b/lang/gcc12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aea93465520..0146350fe84 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,7 +127,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>