diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-05 03:30:33 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-05 03:30:33 +0000 |
commit | c5a6f194e2a1885df7764703502b354b406aba48 (patch) | |
tree | 0fb4da7ef65162f3432eb48af36a28ad998a9586 /emulators/raine/Makefile | |
parent | f57478200a861e983d64465c890623d57ac69fe3 (diff) |
Notes
Diffstat (limited to 'emulators/raine/Makefile')
-rw-r--r-- | emulators/raine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index e7efc4996b15..5e1e1f7fe1e9 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -23,6 +23,7 @@ SHEBANG_FILES= makedep USE_PERL5= build USE_SDL= image ttf sdl USE_GCC= any +USE_CSTD= gnu89 MAKEFILE= makefile MAKE_ARGS= NEO="" VERBOSE=1 HAS_CONSOLE="" |