<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/ada6e1152bedd7a4caf31838f3e358eadc8fa03c">https://github.com/macports/macports-ports/commit/ada6e1152bedd7a4caf31838f3e358eadc8fa03c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ada6e1152bedd7a4caf31838f3e358eadc8fa03c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Sep 9 15:36:53 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> libidn2: Suppress strchr implicit func dec warning
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> autoconf deliberately calls strchr here without including its header to
</span><span style='display:block; white-space:pre;color:#404040;'> see how the compiler reacts to that.
</span>---
mail/libidn2/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/libidn2/Portfile b/mail/libidn2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 14343e40cfd..f063cfda3a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/libidn2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/libidn2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,8 @@ depends_lib port:gettext-runtime \
</span> port:libiconv \
port:libunistring
<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 --disable-silent-rules
if {${os.platform} eq "darwin" && ${os.major} < 10} {
</pre><pre style='margin:0'>
</pre>