<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/38f9e36315cb309c19490e2d6a5180252894cd2a">https://github.com/macports/macports-ports/commit/38f9e36315cb309c19490e2d6a5180252894cd2a</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 38f9e36  uhd*: use -std=gnu++11 for better compatibility with Clang and GCC.
</span>38f9e36 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 38f9e36315cb309c19490e2d6a5180252894cd2a
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Jun 2 14:54:40 2017 -0400

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ee3c316..687e0cdd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,7 +116,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> }
 
 # per user concensus: enable all variants except +debug and +universal
</pre><pre style='margin:0'>

</pre>