<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a9a30ec3c1d773a86ff93a6503c97e915b822ed3">https://github.com/macports/macports-ports/commit/a9a30ec3c1d773a86ff93a6503c97e915b822ed3</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 a9a30ec3c1d flac: fix configure flag for disabling stack protection
</span>a9a30ec3c1d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a9a30ec3c1d773a86ff93a6503c97e915b822ed3
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Wed Mar 16 08:02:44 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    flac: fix configure flag for disabling stack protection
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/64779
</span>---
 audio/flac/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/flac/Portfile b/audio/flac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 633b46dc746..889e116c505 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/flac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/flac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +55,7 @@ platform darwin i386 {
</span> 
 # -fstack-protector-strong introduced in GCC 4.9
 if {[string match *gcc-4.* ${configure.compiler}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --disable-stack-smash-protector
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --disable-stack-smash-protection
</span> }
 
 post-configure {
</pre><pre style='margin:0'>

</pre>