svn commit: r529936 - head/emulators/x16-emulator

Mark Linimon linimon at FreeBSD.org
Tue Mar 31 01:03:34 UTC 2020


Author: linimon
Date: Tue Mar 31 01:03:24 2020
New Revision: 529936
URL: https://svnweb.freebsd.org/changeset/ports/529936

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    extern/include/gif.h:167: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/x16-emulator/Makefile

Modified: head/emulators/x16-emulator/Makefile
==============================================================================
--- head/emulators/x16-emulator/Makefile	Tue Mar 31 00:56:18 2020	(r529935)
+++ head/emulators/x16-emulator/Makefile	Tue Mar 31 01:03:24 2020	(r529936)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${DATADIR}/rom.bin:emulators/x16-rom
 
-USES=		gmake sdl
+USES=		compiler:c++11-lang gmake sdl
 
 USE_SDL=	sdl2
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list