<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/d8cb7be74a5a6e9fa7c1d3c1509bfdc1d65b8959">https://github.com/macports/macports-ports/commit/d8cb7be74a5a6e9fa7c1d3c1509bfdc1d65b8959</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 d8cb7be74a5 apache2: Suppress strchr implicit func decl warning
</span>d8cb7be74a5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d8cb7be74a5a6e9fa7c1d3c1509bfdc1d65b8959
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Oct 1 17:16:31 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> apache2: Suppress strchr implicit func decl warning
</span>---
www/apache2/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/apache2/Portfile b/www/apache2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4f8b2cdcb34..044de2a83bd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/apache2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/apache2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,6 +69,9 @@ platform darwin 9 {
</span> }
}
<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> compiler.thread_local_storage yes
# Avoid inheriting CPP value from apr
</pre><pre style='margin:0'>
</pre>