<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2cc7419d8d08b3122bc8947f1c6d9b0328bc6110">https://github.com/macports/macports-ports/commit/2cc7419d8d08b3122bc8947f1c6d9b0328bc6110</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 2cc7419d8d0 7zip: fix build on 10.6
</span>2cc7419d8d0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2cc7419d8d08b3122bc8947f1c6d9b0328bc6110
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Mon Jul 3 03:10:59 2023 +0300

<span style='display:block; white-space:pre;color:#404040;'>    7zip: fix build on 10.6
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * update regex to remove the redundant flag
</span>---
 archivers/7zip/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/7zip/Portfile b/archivers/7zip/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cb4be5b719d..c152312038c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/7zip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/7zip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,7 @@ post-patch {
</span>     ${worksrcpath}/CPP/7zip/7zip_gcc.mak
     # ld: warning: option -s is obsolete and being ignored
     # atom not found in symbolIndex on 10.6
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|LFLAGS_ALL = -s|LFLAGS_ALL =|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|LFLAGS_ALL = $\(\LFLAGS_STRIP\)\|LFLAGS_ALL =|" \
</span>     ${worksrcpath}/C/7zip_gcc_c.mak \
     ${worksrcpath}/CPP/7zip/7zip_gcc.mak
 }
</pre><pre style='margin:0'>

</pre>