<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/8cd5981d0693e4d39f71e5c640995143433132b0">https://github.com/macports/macports-ports/commit/8cd5981d0693e4d39f71e5c640995143433132b0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8cd5981d0693e4d39f71e5c640995143433132b0
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Nov 11 08:17:48 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> octave: use cxx_stdlib instead of configure.cxx_stdlib
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The cxx11 PG may change the value of configure.cxx_stdlib.
</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 95d9f4d..befc544 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;'>@@ -544,7 +544,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 {${configure.cxx_stdlib} ne "libstdc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${cxx_stdlib} ne "libstdc++"} {
</span> foreach gccVar ${compilers.gcc_variants} {
if {[variant_exists ${gccVar}] } {
lappend magickConflict ${gccVar}
</pre><pre style='margin:0'>
</pre>