Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 01:03:24 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529936 - head/emulators/x16-emulator
Message-ID:  <202003310103.02V13OM5053812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003310103.02V13OM5053812>