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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4b680add57eb89e6b0534ff0efd8898aca3cb0c1">https://github.com/macports/macports-ports/commit/4b680add57eb89e6b0534ff0efd8898aca3cb0c1</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 4b680add57e dynamix-chart-width-control: force c++11
</span>4b680add57e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4b680add57eb89e6b0534ff0efd8898aca3cb0c1
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Mar 26 17:28:57 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    dynamix-chart-width-control: force c++11
</span>---
 games/dynamix-chart-width-control/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/dynamix-chart-width-control/Portfile b/games/dynamix-chart-width-control/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6995126f8db..f4d76c61627 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/dynamix-chart-width-control/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/dynamix-chart-width-control/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,6 +19,8 @@ long_description \
</span> build.dir       ${worksrcpath}/Dynamix chart width control
 compiler.cxx_standard \
                 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                -std=c++11
</span> makefile.override-append \
                 PREFIX
 
</pre><pre style='margin:0'>

</pre>