MFH: r552861
games/crispy-doom: fix build on GCC architectures Use C99: am_map.c:628: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (fix build blanket)
This commit is contained in:
parent
fa1892486d
commit
e531d0ab9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553295
@ -16,6 +16,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
|
||||
CONFLICTS_INSTALL= chocolate-doom
|
||||
|
||||
USES= autoreconf pkgconfig python:build sdl shebangfix
|
||||
USE_CSTD= c99
|
||||
USE_SDL= mixer2 net2 sdl2
|
||||
GNU_CONFIGURE= yes
|
||||
SHEBANG_FILES= man/docgen man/simplecpp
|
||||
|
Loading…
Reference in New Issue
Block a user