<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3e1706596ee43c1bf0c31b3d76bd4ef378676a6d">https://github.com/macports/macports-ports/commit/3e1706596ee43c1bf0c31b3d76bd4ef378676a6d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3e1706596ee43c1bf0c31b3d76bd4ef378676a6d
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Dec 1 13:46:04 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    octave: replace cxx_stdlib with configure.cxx_stdlib
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See
</span><span style='display:block; white-space:pre;color:#404040;'>    https://lists.macports.org/pipermail/macports-dev/2017-November/thread.html#36887
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump because final build will be the same.
</span>---
 math/octave/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a43d4e8..7f44034 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -551,7 +551,7 @@ default_variants-append +docs
</span> #    "Magick::Image::ping(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)"
 set magickConflict {}
 set magickDefault yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${cxx_stdlib} ne "libstdc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${configure.cxx_stdlib} eq "libc++"} {
</span>     foreach gccVar ${compilers.gcc_variants} {
         if {[variant_exists ${gccVar}] } {
             lappend magickConflict ${gccVar}
</pre><pre style='margin:0'>

</pre>