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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4fd27ab7cb47f2d4a27524f5c1926f2fdd4d3281">https://github.com/macports/macports-ports/commit/4fd27ab7cb47f2d4a27524f5c1926f2fdd4d3281</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4fd27ab7cb47f2d4a27524f5c1926f2fdd4d3281
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Dec 6 08:44:40 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    xorg-libXmu: Suppress warning about strchr
</span>---
 x11/xorg-libXmu/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xorg-libXmu/Portfile b/x11/xorg-libXmu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1db24a73cf..e36ea67c261 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xorg-libXmu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xorg-libXmu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,8 @@ depends_lib \
</span>     port:xorg-libXext \
     port:xorg-libXt
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.checks.implicit_function_declaration.whitelist-append strchr
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args \
     --without-xmlto \
     --without-fop \
</pre><pre style='margin:0'>

</pre>