<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/5277d021a8eabe1f8cfb8a2252175b33a813f3ea">https://github.com/macports/macports-ports/commit/5277d021a8eabe1f8cfb8a2252175b33a813f3ea</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5277d021a8eabe1f8cfb8a2252175b33a813f3ea
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jun 16 14:37:01 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> gmsh: correctly set required c standard
</span>---
science/gmsh/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmsh/Portfile b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fe89910424a..8a6a219e2b2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,7 @@ checksums rmd160 0474d3ea536588111d1c4a95c5c452ccc7893d4f \
</span> size 13528509
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 1999
</span>
patchfiles patch-CMakeLists.txt.diff
# see https://gitlab.onelab.info/gmsh/gmsh/-/issues/849
</pre><pre style='margin:0'>
</pre>