<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/023b44a1d4d568da1dd4be501642fbd344b09024">https://github.com/macports/macports-ports/commit/023b44a1d4d568da1dd4be501642fbd344b09024</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 023b44a1d4d libdvdnav: needs c99
</span>023b44a1d4d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 023b44a1d4d568da1dd4be501642fbd344b09024
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Feb 9 12:46:16 2021 -0800
<span style='display:block; white-space:pre;color:#404040;'> libdvdnav: needs c99
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> rc/vm/vm.c:178: error: ‘for’ loop initial declaration used outside C99 mode
</span>---
devel/libdvdnav/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libdvdnav/Portfile b/devel/libdvdnav/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ae083d42d65..f1bb62a2194 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libdvdnav/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libdvdnav/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,9 @@ configure.args-append --disable-silent-rules
</span> # Fix build failure when upgrading from previous version.
configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# rc/vm/vm.c:178: error: ‘for’ loop initial declaration used outside C99 mode
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-append -std=c99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \
</pre><pre style='margin:0'>
</pre>