Date: Sat, 4 Apr 2020 11:09:09 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530638 - head/multimedia/libdvdnav Message-ID: <202004041109.034B99nq083349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Sat Apr 4 11:09:09 2020 New Revision: 530638 URL: https://svnweb.freebsd.org/changeset/ports/530638 Log: multimedia/libdvdnav: fix build on GCC architectures Error: src/vm/vm.c:178: error: 'for' loop initial declaration used outside C99 mode PR: 245131 Submitted by: canardo <canardo909@gmx.com> Modified: head/multimedia/libdvdnav/Makefile Modified: head/multimedia/libdvdnav/Makefile ============================================================================== --- head/multimedia/libdvdnav/Makefile Sat Apr 4 10:51:21 2020 (r530637) +++ head/multimedia/libdvdnav/Makefile Sat Apr 4 11:09:09 2020 (r530638) @@ -19,6 +19,7 @@ LIB_DEPENDS= libdvdread.so:multimedia/libdvdread GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= tar:bz2 gmake libtool pathfix pkgconfig +USE_CSTD= c99 USE_LDCONFIG= yes PORTDOCS= AUTHORS COPYING ChangeLog README TODO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004041109.034B99nq083349>