<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/0e58c745ec545adb7b7e448a510baf85d08289d6">https://github.com/macports/macports-ports/commit/0e58c745ec545adb7b7e448a510baf85d08289d6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0e58c745ec545adb7b7e448a510baf85d08289d6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jul 24 19:21:27 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    p11-kit: Suppress strchr implicit func warning
</span>---
 security/p11-kit/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/p11-kit/Portfile b/security/p11-kit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7900ea12bdb..889e4e39ba7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/p11-kit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/p11-kit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,9 @@ configure.args      --disable-doc \
</span>                     --disable-silent-rules \
                     --with-trust-paths=${prefix}/share/curl/curl-ca-bundle.crt:${prefix}/etc/openssl
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
</span><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> variant doc description {Build man pages and documentation} {
     depends_build-append    port:gtk-doc
     configure.args-replace  --disable-doc --enable-doc
</pre><pre style='margin:0'>

</pre>