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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a223c9e892229d018865396b97e31016fb38a39d">https://github.com/macports/macports-ports/commit/a223c9e892229d018865396b97e31016fb38a39d</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new a223c9e8922 p11-kit: attempt to fix build for older systems
</span>a223c9e8922 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a223c9e892229d018865396b97e31016fb38a39d
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sun Nov 19 06:44:22 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    p11-kit: attempt to fix build for older systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/68739
</span>---
 security/p11-kit/Portfile | 2 ++
 1 file changed, 2 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 ad53ee5bda3..74c2ce9c79c 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,8 @@ 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;'>+configure.env       PYTHON=/usr/bin/python3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
 configure.checks.implicit_function_declaration.whitelist-append strchr
 
</pre><pre style='margin:0'>

</pre>