<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/56b7b9b78ab324136a058b54bfec0b3ee3e6943e">https://github.com/macports/macports-ports/commit/56b7b9b78ab324136a058b54bfec0b3ee3e6943e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 56b7b9b78ab324136a058b54bfec0b3ee3e6943e
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Mar 27 02:53:09 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libcxx: remove MacPorts compatibility code
</span>---
 lang/libcxx/Portfile | 10 ----------
 1 file changed, 10 deletions(-)

<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 9331f8c..8b6046d 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;'>@@ -187,7 +187,6 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>     }
 
     build.dir ${workpath}/build
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[vercmp [macports_version] 2.5.99] >= 0} {
</span>     build.env-append \
         CC=${configure.cc} \
         CXX=${configure.cxx} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -195,15 +194,6 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>         RC_ProjectSourceVersion=${version} \
         "RC_CFLAGS=[get_canonical_archflags] -I${libcxxabi_worksrcpath}/include -I${libcxx_worksrcpath}/include ${configure.optflags}" \
         TRIPLE=-apple-darwin${os.major}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    } else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    build.env-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        CC="${configure.cc}" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        CXX="${configure.cxx}" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        RC_XBS=1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        RC_ProjectSourceVersion="${version}" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        RC_CFLAGS="[get_canonical_archflags] -I${libcxxabi_worksrcpath}/include -I${libcxx_worksrcpath}/include ${configure.optflags}" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        TRIPLE="-apple-darwin${os.major}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span>     build.args-append \
         LIBCXXABI_PATH=${libcxxabi_worksrcpath} \
         LIBCXX_PATH=${libcxx_worksrcpath} \
</pre><pre style='margin:0'>

</pre>