aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2020-04-07 12:05:10 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2020-04-07 12:05:10 +0000
commita5267e8b2d39c78a10a9177d87b6b2316d754274 (patch)
tree9b8d729ffce67d33fb2282b947c60082dae16d66 /multimedia
parentb27dd45c98b583a2c92d63c6475419d0b6b59317 (diff)
downloadports-a5267e8b2d39c78a10a9177d87b6b2316d754274.tar.gz
ports-a5267e8b2d39c78a10a9177d87b6b2316d754274.zip
MFH: r530638
multimedia/libdvdnav: fix build on GCC architectures Error: src/vm/vm.c:178: error: 'for' loop initial declaration used outside C99 mode PR: 245131 Submitted by: canardo <canardo909@gmx.com> Approved by: portmgr (blanket)
Notes
Notes: svn path=/branches/2020Q2/; revision=530970
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdvdnav/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile
index ca904cb81297..16ae3c20e46f 100644
--- a/multimedia/libdvdnav/Makefile
+++ b/multimedia/libdvdnav/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= tar:bz2 gmake libtool pathfix pkgconfig
+USE_CSTD= c99
USE_LDCONFIG= yes
PORTDOCS= AUTHORS COPYING ChangeLog README TODO