From d46e3061d7734e93cb763de18f4661d30a53d19f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 29 Mar 2020 17:26:13 +0000 Subject: [PATCH] multimedia/libdvdread: fix build on GCC architectures Error: src/ifo_read.c:56: error: 'for' loop initial declaration used outside C99 mode --- multimedia/libdvdread/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index 137cb6b34284..63f5db72218b 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -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