mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
c885866cee
commit
d46e3061d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529816
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ COMMENT= Videolan version of the libdvdread project
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= tar:bz2 gmake libtool pathfix pkgconfig
|
USES= tar:bz2 gmake libtool pathfix pkgconfig
|
||||||
|
USE_CSTD= c99
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue