<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d31c176c0bfc385748a9c1ddb9b2d65c625a76f4">https://github.com/macports/macports-ports/commit/d31c176c0bfc385748a9c1ddb9b2d65c625a76f4</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 d31c176  gnuradio*: use "-std=gnu++11" for better compatibility with GCC and Clang.
</span>d31c176 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d31c176c0bfc385748a9c1ddb9b2d65c625a76f4
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Jun 9 16:26:31 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio*: use "-std=gnu++11" for better compatibility with GCC and Clang.
</span>---
 science/gnuradio/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a0b78e8..5d54091 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -250,7 +250,7 @@ configure.args-append \
</span> 
 if {${configure.cxx_stdlib} eq "macports-libstdc++" ||
     ${configure.cxx_stdlib} eq "libstdc++"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.cxxflags-append -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxxflags-append -std=gnu++11
</span> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>