<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/cf3be718fb0b705ca16547ffaa816bbbf9c12663">https://github.com/macports/macports-ports/commit/cf3be718fb0b705ca16547ffaa816bbbf9c12663</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 cf3be718fb0 tea: Add -stdlib flag to LDFLAGS with clang
</span>cf3be718fb0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cf3be718fb0b705ca16547ffaa816bbbf9c12663
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jul 8 14:09:17 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tea: Add -stdlib flag to LDFLAGS with clang
</span>---
 editors/tea/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/tea/Portfile b/editors/tea/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ac3b38ea74..b2997620e17 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/tea/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/tea/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,11 @@ compiler.cxx_standard   2011
</span> configure.cxxflags-append \
                         -std=c++11
 
<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> destroot {
     copy ${worksrcpath}/bin/tea.app ${destroot}${applications_dir}
 }
</pre><pre style='margin:0'>

</pre>