1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

multimedia/dvdread: fix build on GCC architectures

dvdread.c:177: error: 'for' loop initial declaration used outside C99 mode

MFH:		2021Q1
This commit is contained in:
Piotr Kubaj 2021-01-12 17:50:18 +00:00
parent 8b81eee91f
commit 9004f557a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561359

View File

@ -18,6 +18,7 @@ LIB_DEPENDS= libdvdcss.so:multimedia/libdvdcss \
libdvdread.so:multimedia/libdvdread
USES= localbase:ldflags
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= xrgtn