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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3eb4b6bb36ea9f688b26a5e4034e292c7710a9de">https://github.com/macports/macports-ports/commit/3eb4b6bb36ea9f688b26a5e4034e292c7710a9de</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 3eb4b6bb36e links: implicit declaration of memrchr is expected
</span>3eb4b6bb36e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3eb4b6bb36ea9f688b26a5e4034e292c7710a9de
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Thu Oct 14 23:12:52 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    links: implicit declaration of memrchr is expected
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    configure script checks for memrchr(), which is unavailable on macOS
</span>---
 www/links/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/links/Portfile b/www/links/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index befbbfc19be..63455a70195 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/links/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/links/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,8 @@ configure.args  --disable-graphics \
</span>                 --without-openmp \
                 --without-x
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.checks.implicit_function_declaration.whitelist-append memrchr
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-patch {
     reinplace s|/etc/|${prefix}/etc/| ${worksrcpath}/os_dep.h
 }
</pre><pre style='margin:0'>

</pre>