summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2020-04-04 11:09:09 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2020-04-04 11:09:09 +0000
commit5e8038848ae8e76f61e0a767d8cfdeef40c794b7 (patch)
treeb8a449a011d4bba5e9372f55938d40b7468d0c2c
parentwww/cliqz: Updates the patches and expiry date. (diff)
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>
Notes
Notes: svn path=/head/; revision=530638
-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