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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e68ca73cda9613dc0193ed9964ca38f111c961bc">https://github.com/macports/macports-ports/commit/e68ca73cda9613dc0193ed9964ca38f111c961bc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e68ca73cda9613dc0193ed9964ca38f111c961bc
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Oct 5 20:43:57 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    blosc: requires std=c99
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    for compilers that don't default to this already
</span>---
 archivers/blosc/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/blosc/Portfile b/archivers/blosc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e9dd5ed..affdcfb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/blosc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/blosc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,9 @@ depends_lib-append  port:lz4    \
</span>                     port:zstd   \
                     port:snappy
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: ‘for’ loop initial declaration used outside C99 mode
</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 \
                     -DPREFER_EXTERNAL_LZ4=ON \
                     -DPREFER_EXTERNAL_ZLIB=ON \
</pre><pre style='margin:0'>

</pre>