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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/83668d4a28d51fb72c01fb40db7d76d5bf4a5605">https://github.com/macports/macports-ports/commit/83668d4a28d51fb72c01fb40db7d76d5bf4a5605</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 83668d4a28d libusb: ignore `strchr` implicit function test
</span>83668d4a28d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 83668d4a28d51fb72c01fb40db7d76d5bf4a5605
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Feb 4 15:43:57 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libusb: ignore `strchr` implicit function test
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This test is actually part of `autoconf`, and is intentional. Hence, ignore it here.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/64602
</span>---
 devel/libusb/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libusb/Portfile b/devel/libusb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a2f489fbc5..f895a9c9e4a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libusb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libusb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,4 +79,7 @@ depends_build-append \
</span> 
 configure.cmd    ./autogen.sh
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/64602
</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> build.args-append AM_DEFAULT_VERBOSITY=1
</pre><pre style='margin:0'>

</pre>