<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/c3977c61681f4f65c8b663040bf8633c1b90d72f">https://github.com/macports/macports-ports/commit/c3977c61681f4f65c8b663040bf8633c1b90d72f</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 c3977c61681 mesa: fix build with gcc
</span>c3977c61681 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c3977c61681f4f65c8b663040bf8633c1b90d72f
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Wed Oct 5 19:01:58 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    mesa: fix build with gcc
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    https://github.com/macports/macports-ports/pull/16260#issuecomment-1268741658
</span>---
 x11/mesa/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/mesa/Portfile b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22a7f141e3c..aa943015552 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,6 +87,7 @@ platform darwin {
</span> 
 if {[string match *gcc* ${configure.compiler}]} {
     configure.ldflags-append -latomic
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxxflags-append -fpermissive
</span> }
 
 variant tests description "build tests" {
</pre><pre style='margin:0'>

</pre>