<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/aebbdfa6435087938ed11955ff984cd24662eea5">https://github.com/macports/macports-ports/commit/aebbdfa6435087938ed11955ff984cd24662eea5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aebbdfa6435087938ed11955ff984cd24662eea5
</span>Author: Chris Jones <jonesc@hep.phy.cam.ac.uk>
AuthorDate: Fri Mar 12 22:24:02 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    kitty: require c11
</span>---
 aqua/kitty/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/kitty/Portfile b/aqua/kitty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d8c5b11fa4..b71df335e9f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/kitty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/kitty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,8 @@ build.cmd           "${python.bin} setup.py"
</span> build.target        kitty.app
 build.args-append   --verbose
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-build {
     system -W ${worksrcpath} "${python.bin} logo/make.py"
 }
</pre><pre style='margin:0'>

</pre>