<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/e924f19761a6fadcb96580156228306306d6a8bc">https://github.com/macports/macports-ports/commit/e924f19761a6fadcb96580156228306306d6a8bc</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 e924f19761a ghc: correct language standard from c++11 to c11
</span>e924f19761a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e924f19761a6fadcb96580156228306306d6a8bc
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Apr 27 20:48:44 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    ghc: correct language standard from c++11 to c11
</span>---
 lang/ghc/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ghc/Portfile b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 96767e4ddb5..b0217a296d0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,7 +106,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= [legacysupport::get_newest_darw
</span> }
 
 # Build requires C11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard     2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span> compiler.blacklist-append {clang < 600}
 
 # use these to specify python versions, python3 required
</pre><pre style='margin:0'>

</pre>