<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/87249d012a25df7b59095f411de1a4e208728d76">https://github.com/macports/macports-ports/commit/87249d012a25df7b59095f411de1a4e208728d76</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 87249d012a25df7b59095f411de1a4e208728d76
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 9 10:56:58 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libunistring: Suppress implicit decl of strchr
</span>---
 textproc/libunistring/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libunistring/Portfile b/textproc/libunistring/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3201eceed9..6c43b821d7c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libunistring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libunistring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,3 +44,4 @@ patchfiles          0100-float-endian-detection.patch \
</span> 
 use_autoreconf      yes
 autoreconf.args     -fvi
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.checks.implicit_function_declaration.whitelist-append strchr
</span></pre><pre style='margin:0'>

</pre>