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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5b6df75c8d52b851b6b954fa4c94f34dc68817f0">https://github.com/macports/macports-ports/commit/5b6df75c8d52b851b6b954fa4c94f34dc68817f0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5b6df75c8d52b851b6b954fa4c94f34dc68817f0
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Oct 26 14:23:26 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gcc11: declare build conflict with binutils
</span>---
 lang/gcc11/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc11/Portfile b/lang/gcc11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 225795fd1e3..262161df384 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -261,7 +261,7 @@ if { ${os.platform} eq "darwin" && ${os.major} < 10 } {
</span> }
 
 # gcc cannot build if libunwind-headers is active
<span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts_build-append libunwind-headers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build-append libunwind-headers binutils
</span> 
 # List of dylibs to be installed
 # Note that we really don't want to include libgcc_ext.10.[45].dylib here, but install_name_tool
</pre><pre style='margin:0'>

</pre>