<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/4b5a35860517d25dfc7181343041ac3861d4abd8">https://github.com/macports/macports-ports/commit/4b5a35860517d25dfc7181343041ac3861d4abd8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4b5a35860517d25dfc7181343041ac3861d4abd8
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jun 27 21:59:21 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> nghttp2: Ignore implicit declaration of strchr
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This is normal when using the current version of autoreconf.
</span>---
www/nghttp2/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nghttp2/Portfile b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 68a2978d27b..16188a888d0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,7 @@ patchfiles-append patch-src-shrpx_client_handler.cc.diff \
</span> src-shrpx_config.diff
use_autoreconf yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.checks.implicit_function_declaration.whitelist-append strchr
</span>
compiler.cxx_standard 2014
</pre><pre style='margin:0'>
</pre>