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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4c4aeb72b1959780a008ce310bba08e23798d8f0">https://github.com/macports/macports-ports/commit/4c4aeb72b1959780a008ce310bba08e23798d8f0</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 4c4aeb7  duck: Add libstdc++ to configure.cxx_stdlib
</span>4c4aeb7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4c4aeb72b1959780a008ce310bba08e23798d8f0
</span>Author: ijackson <ijackson@macports.org>
AuthorDate: Sun May 6 17:52:41 2018 +0530

<span style='display:block; white-space:pre;color:#404040;'>    duck: Add libstdc++ to configure.cxx_stdlib
</span>---
 net/duck/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/duck/Portfile b/net/duck/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5459eb5..f3cf894 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/duck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/duck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +32,9 @@ build { }
</span> ## Upstream binary seems to be built using libstdc++
 #  Port keeps failing on rev-upgrade since it
 #  checks if duck is built against libc++ or not.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxx_stdlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  Note: Check and update this when port version updates.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxx_stdlib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    libstdc++
</span> 
 destroot {
     xinstall -m 755 -d ${destroot}${prefix}/libexec/${name}
</pre><pre style='margin:0'>

</pre>