<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/eb68766b9006f9f0bb0c51fc939221957a7b9e30">https://github.com/macports/macports-ports/commit/eb68766b9006f9f0bb0c51fc939221957a7b9e30</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 eb68766b900 stk: Add -stdlib flag to LDFLAGS
</span>eb68766b900 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eb68766b9006f9f0bb0c51fc939221957a7b9e30
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jun 29 22:31:30 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    stk: Add -stdlib flag to LDFLAGS
</span>---
 audio/stk/Portfile                 | 4 ++++
 audio/stk/files/LDFLAGS.patch      | 1 +
 audio/stk/files/library-name.patch | 7 +++++--
 3 files changed, 10 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/stk/Portfile b/audio/stk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index babb27059ae..b97d6a8be49 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/stk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/stk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +64,10 @@ configure.universal_args-delete --disable-dependency-tracking
</span> # Project doesn't use other libraries so just delete our library path.
 configure.ldflags-delete -L${prefix}/lib
 
<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> configure.args      --disable-static \
                     --enable-shared \
                     RAWWAVE_PATH="${rawwave_path}"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/stk/files/LDFLAGS.patch b/audio/stk/files/LDFLAGS.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index e1f9a609d34..e43fc05f693 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/stk/files/LDFLAGS.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/stk/files/LDFLAGS.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +1,5 @@
</span> Use MacPorts LDFLAGS.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+Submitted upstream: https://github.com/thestk/stk/pull/96
</span> --- projects/demo/Makefile.in.orig        2019-04-18 08:27:12.000000000 -0500
 +++ projects/demo/Makefile.in  2020-04-27 00:51:13.000000000 -0500
 @@ -35,6 +35,7 @@
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/stk/files/library-name.patch b/audio/stk/files/library-name.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index 0dc19a2cb2b..fe9f00778ce 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/stk/files/library-name.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/stk/files/library-name.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,10 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-Name the library files correctly and with the correct install_name.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Name the library files correctly.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Set the library's install_name. Submitted upstream:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://github.com/thestk/stk/pull/99
</span> 
 Use autoconf variables prefix, exec_prefix, bindir, libdir, includedir
<span style='display:block; white-space:pre;background:#ffe0e0;'>-correctly.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+correctly. Submitted upstream: https://github.com/thestk/stk/pull/97
</span> --- configure.ac.orig     2019-04-18 08:27:12.000000000 -0500
 +++ configure.ac       2020-04-27 02:00:05.000000000 -0500
 @@ -111,16 +111,16 @@
</pre><pre style='margin:0'>

</pre>