Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2020 12:05:10 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530970 - branches/2020Q2/multimedia/libdvdnav
Message-ID:  <202004071205.037C5AQ6078486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Tue Apr  7 12:05:10 2020
New Revision: 530970
URL: https://svnweb.freebsd.org/changeset/ports/530970

Log:
  MFH: r530638
  
  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>
  
  Approved by:	portmgr (blanket)

Modified:
  branches/2020Q2/multimedia/libdvdnav/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/multimedia/libdvdnav/Makefile
==============================================================================
--- branches/2020Q2/multimedia/libdvdnav/Makefile	Tue Apr  7 11:55:49 2020	(r530969)
+++ branches/2020Q2/multimedia/libdvdnav/Makefile	Tue Apr  7 12:05:10 2020	(r530970)
@@ -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?202004071205.037C5AQ6078486>