<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9418d04e6310d8d10e7eae948559b2f3998dec45">https://github.com/macports/macports-ports/commit/9418d04e6310d8d10e7eae948559b2f3998dec45</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 9418d04  botan: redo block to add selected -stdlib to configure.cxx
</span>9418d04 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9418d04e6310d8d10e7eae948559b2f3998dec45
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Aug 19 07:45:10 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    botan: redo block to add selected -stdlib to configure.cxx
</span>---
 security/botan/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/botan/Portfile b/security/botan/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c391d2c..f7b0a55 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/botan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/botan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,11 +36,10 @@ if {[string match *clang* ${configure.compiler}]} {
</span> 
 # add the selected -stdlib to clang builds
 # see https://trac.macports.org/ticket/53123
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set cxx_stdlibflags {}
</span> if {[string match *clang* ${configure.cxx}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxx ${configure.cxx} -stdlib=${configure.cxx_stdlib}
</span> }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxx ${configure.cxx} ${cxx_stdlibflags}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> 
 destroot.destdir    DESTDIR=${destroot}${prefix}
 
</pre><pre style='margin:0'>

</pre>