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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/adfeeb69f1a8feed506b1c5fafdf69b1750a70e3">https://github.com/macports/macports-ports/commit/adfeeb69f1a8feed506b1c5fafdf69b1750a70e3</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 adfeeb69f1a giflib5: also check for platform
</span>adfeeb69f1a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit adfeeb69f1a8feed506b1c5fafdf69b1750a70e3
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sat Apr 15 05:55:06 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    giflib5: also check for platform
</span>---
 graphics/giflib5/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/giflib5/Portfile b/graphics/giflib5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3eb53bd99c9..ab13b20c665 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/giflib5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/giflib5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ set docdir ${prefix}/share/doc/${name}
</span> 
 patchfiles          patch-Makefile.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.major} <= 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} <= 10} {
</span>     # cc1: error: unrecognized command line option "-Wno-format-truncation"
     # see: https://trac.macports.org/ticket/67235
     patchfiles-append \
</pre><pre style='margin:0'>

</pre>