<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ab7c1b12e32b190bdb7deeb0b7c9fc28396aee03">https://github.com/macports/macports-ports/commit/ab7c1b12e32b190bdb7deeb0b7c9fc28396aee03</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 ab7c1b12e32 lighttpd: Require C99 mode
</span>ab7c1b12e32 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ab7c1b12e32b190bdb7deeb0b7c9fc28396aee03
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Oct 24 17:48:25 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    lighttpd: Require C99 mode
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63667
</span>---
 www/lighttpd/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/lighttpd/Portfile b/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 58831dc743d..248441dbb13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,6 +50,9 @@ post-patch {
</span>         ${worksrcpath}/doc/config/lighttpd.conf
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Per README
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cflags-append     -std=c99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append       CC_FOR_BUILD="${configure.cc}" \
                             CFLAGS_FOR_BUILD="${configure.cflags}" \
                             --with-brotli \
</pre><pre style='margin:0'>

</pre>