<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/c6a212cce1b212763df1c64e6594213627f0baf6">https://github.com/macports/macports-ports/commit/c6a212cce1b212763df1c64e6594213627f0baf6</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 c6a212c  dmd-bootstrap: set configure.cxx_stdlib
</span>c6a212c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c6a212cce1b212763df1c64e6594213627f0baf6
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Tue May 29 13:06:10 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    dmd-bootstrap: set configure.cxx_stdlib
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    prebuilt binary uses libstdc++
</span>---
 lang/dmd-bootstrap/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/dmd-bootstrap/Portfile b/lang/dmd-bootstrap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d1e136..8f46d20 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/dmd-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/dmd-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortSystem          1.0
</span> name                dmd-bootstrap
 # version should be same as HOST_DMD_VER found in posix.mak from dmd port
 version             2.068.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          lang
 platforms           darwin
 license             {GPL-1 Artistic-1} Boost-1 Restrictive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,6 +20,9 @@ master_sites        http://downloads.dlang.org/releases/2.x/${version}
</span> supported_archs     x86_64
 universal_variant   no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# prebuilt binary uses libstdc++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxx_stdlib libstdc++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_zip             yes
 distfiles           dmd.${version}.osx${extract.suffix}
 checksums           rmd160 9f8cc6bb1b4171271cd5a8013cdbc85f63ca93cb \
</pre><pre style='margin:0'>

</pre>