<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/d68d6d2f6db7915f0db9ff4d5dd3272dbf007588">https://github.com/macports/macports-ports/commit/d68d6d2f6db7915f0db9ff4d5dd3272dbf007588</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 d68d6d2  scummvm: Use the right C++ stdlib when linking
</span>d68d6d2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d68d6d2f6db7915f0db9ff4d5dd3272dbf007588
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Nov 12 20:39:35 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    scummvm: Use the right C++ stdlib when linking
</span>---
 emulators/scummvm/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/scummvm/Portfile b/emulators/scummvm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 858bd57..b8eca50 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/scummvm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/scummvm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,6 +94,11 @@ configure.args-append  \
</span> # libcurl needs --enable-cloud as well otherwise link errors
 # also connected to --enable-sdlnet
 
<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 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -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> variant cxx11 description {build with c++11} {
      # scummvm builds fine without c++11
      # I'm not sure if there is any advantage to enabling c++11 support at present
</pre><pre style='margin:0'>

</pre>