<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/80b0251ad876703d03a24c9b1c20c4293fcc2021">https://github.com/macports/macports-ports/commit/80b0251ad876703d03a24c9b1c20c4293fcc2021</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 80b0251ad876703d03a24c9b1c20c4293fcc2021
</span>Author: someuser12 <macosx12345@yahoo.fr>
AuthorDate: Sat Sep 26 20:51:44 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    h3dapi: needs std=gnu++11 to build
</span>---
 graphics/h3dapi/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/h3dapi/Portfile b/graphics/h3dapi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f0776eddd6..0158739564e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/h3dapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/h3dapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,6 +65,9 @@ if {${subport} eq ${name}} {
</span>     configure.post_args \
                     ${worksrcpath}/build
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard  2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxxflags-append -std=gnu++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     configure.args  -DGENERATE_H3DAPI_loader_PROJECTS:BOOL=OFF \
                     -DGENERATE_H3DLoad_PROJECTS:BOOL=OFF \
                     -DGENERATE_H3DViewer_PROJECTS:BOOL=OFF
</pre><pre style='margin:0'>

</pre>