<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/94da98fbe2b661d134e69715b52cca0c012e4901">https://github.com/macports/macports-ports/commit/94da98fbe2b661d134e69715b52cca0c012e4901</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 94da98f  qscintilla: set the correct stdlib for linking for older compilers.
</span>94da98f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 94da98fbe2b661d134e69715b52cca0c012e4901
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed May 24 10:32:37 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qscintilla: set the correct stdlib for linking for older compilers.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Addresses ticket https://trac.macports.org/ticket/53625 .
</span>---
 devel/qscintilla/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qscintilla/Portfile b/devel/qscintilla/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a09a92..d625f08 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qscintilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qscintilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,12 @@ patchfiles-append   patch-add_debug.diff
</span> # enable C++11
 configure.cxxflags-append -std=c++11
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# set the correct stdlib for linking for older compilers.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${configure.cxx_stdlib} eq "macports-libstdc++" ||
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ${configure.cxx_stdlib} eq "libstdc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append -stdlib=macports-libstdc++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-patch {
     # allow for universal and non-native building, if desired, by
     # fixing up the QMake .pro files.
</pre><pre style='margin:0'>

</pre>