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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/65b396323a2ce4762e8f515bebfda89d450f61e0">https://github.com/macports/macports-ports/commit/65b396323a2ce4762e8f515bebfda89d450f61e0</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 65b3963  webkit2-gtk: darwin 14 needs c++14 as well
</span>65b3963 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 65b396323a2ce4762e8f515bebfda89d450f61e0
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Oct 2 08:47:46 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk: darwin 14 needs c++14 as well
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    verified on test builds
</span>---
 www/webkit2-gtk/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk/Portfile b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6f1dffb..30310b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -149,9 +149,9 @@ post-configure {
</span> configure.cflags-append     -ftemplate-depth=256
 configure.cxxflags-append   -ftemplate-depth=256
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# fix build with clang on newer systems, at least Sierra+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# fix build with clang on newer systems
</span> # https://trac.macports.org/ticket/54798
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} > 14} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} > 13} {
</span>     configure.cxxflags-append    -std=c++14
 }
 
</pre><pre style='margin:0'>

</pre>