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:
Piotr Kubaj 2019-09-21 15:23:32 +00:00
parent 4593df7538
commit 2460b9c47b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512512

View file

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