<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eb7de66fbe9a0be0fc81fb8c59bdf48823f0e7c7">https://github.com/macports/macports-ports/commit/eb7de66fbe9a0be0fc81fb8c59bdf48823f0e7c7</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 eb7de66fbe9 zsv: use correct C standard
</span>eb7de66fbe9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit eb7de66fbe9a0be0fc81fb8c59bdf48823f0e7c7
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sun Jan 28 19:50:49 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> zsv: use correct C standard
</span>---
textproc/zsv/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/zsv/Portfile b/textproc/zsv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 431fec6d272..ae937fb6685 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/zsv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/zsv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,9 @@ depends_build-append \
</span> depends_lib-append port:jq \
port:ncurses
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# cc1: error: unrecognized command line option "-std=gnu11"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append \
--arch=none \
--enable-jq
</pre><pre style='margin:0'>
</pre>