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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/66f46a3749d45990199dc7e38db3bf0152950026">https://github.com/macports/macports-ports/commit/66f46a3749d45990199dc7e38db3bf0152950026</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 66f46a3749d apache2: don't use CPP baked into apr
</span>66f46a3749d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 66f46a3749d45990199dc7e38db3bf0152950026
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun May 29 11:05:34 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    apache2: don't use CPP baked into apr
</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 77d9d353a4f..b5afd818143 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;'>@@ -71,6 +71,9 @@ platform darwin 9 {
</span> 
 compiler.thread_local_storage yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Avoid inheriting CPP value from apr
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cpp       ${configure.cc} -E
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.pre_args --prefix=${prefix}
 configure.args     --with-apr=${prefix}/bin/apr-1-config \
                    --with-apr-util=${prefix}/bin/apu-1-config \
</pre><pre style='margin:0'>

</pre>