<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/b3c7f477e96af61694a54372dc997c6ae5d00279">https://github.com/macports/macports-ports/commit/b3c7f477e96af61694a54372dc997c6ae5d00279</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 b3c7f47  openttd: set c++ standard instead of cxx11 PG
</span>b3c7f47 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b3c7f477e96af61694a54372dc997c6ae5d00279
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun May 10 00:22:47 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    openttd: set c++ standard instead of cxx11 PG
</span>---
 games/openttd/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/openttd/Portfile b/games/openttd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index de4afdc..f3a1607 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/openttd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/openttd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,8 +12,6 @@ maintainers         {cal @neverpanic} openmaintainer
</span> 
 if {${name} eq ${subport}} {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup           cxx11 1.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     version             1.10.1
     revision            0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +54,8 @@ if {${name} eq ${subport}} {
</span>     # icu has a variable INITIAL_CAPACITY in unicode/uniset.h
     # ensure that unicode/uniset.h is included after layout/RunArrays.h
     patchfiles-append   patch-name_conflict.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard   2011
</span> 
     configure.env-append \
                         CFLAGS_BUILD=${configure.cflags} \
</pre><pre style='margin:0'>

</pre>