multimedia/libdvdread: fix build on GCC architectures

Error:
src/ifo_read.c:56: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
Piotr Kubaj 2020-03-29 17:26:13 +00:00
parent c885866cee
commit d46e3061d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529816

View file

@ -15,6 +15,7 @@ COMMENT= Videolan version of the libdvdread project
LICENSE= GPLv2
USES= tar:bz2 gmake libtool pathfix pkgconfig
USE_CSTD= c99
USE_LDCONFIG= yes
GNU_CONFIGURE= yes