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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/75126d3cae33767ba5f5089a2d37a7dd4bbbb708">https://github.com/macports/macports-ports/commit/75126d3cae33767ba5f5089a2d37a7dd4bbbb708</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 75126d3  cpi00: Use the right cxx_stdlib at link time
</span>75126d3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 75126d3cae33767ba5f5089a2d37a7dd4bbbb708
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Oct 9 02:02:40 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cpi00: Use the right cxx_stdlib at link time
</span>---
 textproc/cpi00/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/cpi00/Portfile b/textproc/cpi00/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7f91592..555f0dc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/cpi00/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/cpi00/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +24,10 @@ checksums           rmd160  76224eee7385acbc8a0776bc55773a382e165675 \
</span> 
 worksrcdir          ${name}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[string match *clang* ${configure.cxx}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append -stdlib=${configure.cxx_stdlib}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     xinstall -m 755 ${worksrcpath}/build/src/cpi00 ${destroot}${prefix}/bin
     set docdir ${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>