<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bf7f1b2dd01cbd2cde433ea453ba99270494cb33">https://github.com/macports/macports-ports/commit/bf7f1b2dd01cbd2cde433ea453ba99270494cb33</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 bf7f1b2  libcxx: Pass optimization flags to the compiler
</span>bf7f1b2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bf7f1b2dd01cbd2cde433ea453ba99270494cb33
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Wed Jan 10 14:57:53 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libcxx: Pass optimization flags to the compiler
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
 lang/libcxx/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxx/Portfile b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ab52872..7cef486 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortGroup               compiler_blacklist_versions 1.0
</span> name                    libcxx
 epoch                   1
 version                 5.0.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              lang
 platforms               darwin
 license                 MIT NCSA
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,7 +130,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>         CXX="${configure.cxx}" \
         RC_XBS=1 \
         RC_ProjectSourceVersion="${version}" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        RC_CFLAGS="[get_canonical_archflags] -I${libcxxabi_worksrcpath}/include -I${libcxx_worksrcpath}/include" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        RC_CFLAGS="[get_canonical_archflags] -I${libcxxabi_worksrcpath}/include -I${libcxx_worksrcpath}/include ${configure.optflags}" \
</span>         TRIPLE="-apple-darwin${os.major}"
     build.args-append \
         LIBCXXABI_PATH=${libcxxabi_worksrcpath} \
</pre><pre style='margin:0'>

</pre>