<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a351d7e4c26a23c66c9c885a4a6117e6f17e3c61">https://github.com/macports/macports-ports/commit/a351d7e4c26a23c66c9c885a4a6117e6f17e3c61</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a351d7e4c26a23c66c9c885a4a6117e6f17e3c61
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 16 11:04:21 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    glfw: Set C++ standard instead of using cxx11 PG
</span>---
 graphics/glfw/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/glfw/Portfile b/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 73f76f0..0527bc0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,7 +54,6 @@ if {${os.platform} eq "darwin" && ${os.major} == 10} {
</span>     # AppleClang >= 700. MacPorts' Clang starts at 3.3, so nothing to
     # block there!
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup cxx11                       1.1
</span>     PortGroup compiler_blacklist_versions 1.0
 
     compiler.blacklist-append macports-gcc-4.3 macports-gcc-4.4 macports-gcc-4.5 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,6 +62,8 @@ if {${os.platform} eq "darwin" && ${os.major} == 10} {
</span>         apple-gcc-4.0 apple-gcc-4.2 gcc-3.3 gcc-4.0 llvm-gcc-4.2 gcc cc \
         {clang < 700} macports-clang-3.*
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     configure.args-append -DCMAKE_C_STANDARD=11 -DCMAKE_C_EXTENSIONS=OFF
 
     subport glfw-devel {}
</pre><pre style='margin:0'>

</pre>