mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
games/starfighter: fix build on GCC architectures
Set USE_CSTD=c99 to fix build issue when using base GCC: gfx.c:922: error: 'for' loop initial declaration used outside C99 mode PR: 240691 Approved by: portmgr (blanket: build fix), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21722
This commit is contained in:
parent
4593df7538
commit
2460b9c47b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512512
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ LICENSE= GPLv3+
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf dos2unix gnome iconv pkgconfig sdl
|
||||
USE_CSTD= c99
|
||||
USE_SDL= image2 mixer2 ttf2
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue