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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b594ba55582730c51b99c6cb002941a3ce75e726">https://github.com/macports/macports-ports/commit/b594ba55582730c51b99c6cb002941a3ce75e726</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 b594ba55582 ansifilter: use the right compiler
</span>b594ba55582 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b594ba55582730c51b99c6cb002941a3ce75e726
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Oct 2 17:26:48 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ansifilter: use the right compiler
</span>---
 textproc/ansifilter/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/ansifilter/Portfile b/textproc/ansifilter/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1302c7b9a08..459048ffe86 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/ansifilter/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/ansifilter/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ use_configure   no
</span> compiler.cxx_standard  2011
 
 build.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                CC="${configure.cxx}" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                CXX="${configure.cxx}" \
</span>                 EXTRA_CXXFLAGS="${configure.cxxflags} -std=c++11" \
                 EXTRA_LDFLAGS="${configure.ldflags} -stdlib=${configure.cxx_stdlib}"
 
</pre><pre style='margin:0'>

</pre>