<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/556a929a3917bd0a2c02166e916c2e4cc5f99172">https://github.com/macports/macports-base/commit/556a929a3917bd0a2c02166e916c2e4cc5f99172</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 556a929 cleanup
</span>556a929 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 556a929a3917bd0a2c02166e916c2e4cc5f99172
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Jun 2 08:59:21 2018 +1000
<span style='display:block; white-space:pre;color:#404040;'> cleanup
</span>---
src/port1.0/portconfigure.tcl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portconfigure.tcl b/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 0bf4ea5..c9cc9d5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,8 +99,8 @@ proc portconfigure::stdlib_trace {opt action args} {
</span> return
}
proc portconfigure::configure_get_cxx_stdlib {} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- global cxx_stdlib configure.compiler
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- if {![string match *g++-mp-* [option configure.cxx]]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ global cxx_stdlib configure.cxx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {![string match *g++-mp-* ${configure.cxx}]} {
</span> return $cxx_stdlib
} else {
return macports-libstdc++
</pre><pre style='margin:0'>
</pre>