svn commit: r530638 - head/multimedia/libdvdnav

Ganael LAPLANCHE martymac at FreeBSD.org
Sat Apr 4 11:15:44 UTC 2020


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 at 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


More information about the svn-ports-all mailing list