1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

Add USE_CSTD=c99 to fix build on GCC-based systems:

ft2play-5730b16/pmp_main.c:407: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2021-03-01 02:36:22 +00:00
parent 703ac1559c
commit 1d393344cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566826

View File

@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= sdl
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= 8bitbubsy
GH_TAGNAME= 5730b16