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:
parent
703ac1559c
commit
1d393344cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566826
@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= sdl
|
||||
USE_CSTD= c99
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= 8bitbubsy
|
||||
GH_TAGNAME= 5730b16
|
||||
|
Loading…
Reference in New Issue
Block a user