1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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)
This commit is contained in:
Mark Linimon 2020-03-31 01:03:24 +00:00
parent 3ca4855eac
commit 49f135b8a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529936

View File

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