svn commit: r529816 - head/multimedia/libdvdread
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Mar 29 17:26:24 UTC 2020
Author: pkubaj
Date: Sun Mar 29 17:26:13 2020
New Revision: 529816
URL: https://svnweb.freebsd.org/changeset/ports/529816
Log:
multimedia/libdvdread: fix build on GCC architectures
Error:
src/ifo_read.c:56: error: 'for' loop initial declaration used outside C99 mode
Modified:
head/multimedia/libdvdread/Makefile
Modified: head/multimedia/libdvdread/Makefile
==============================================================================
--- head/multimedia/libdvdread/Makefile Sun Mar 29 16:53:13 2020 (r529815)
+++ head/multimedia/libdvdread/Makefile Sun Mar 29 17:26:13 2020 (r529816)
@@ -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
More information about the svn-ports-all
mailing list