diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:33 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:33 +0800 |
commit | f1fb85dfbddad16ab6f072ec8706abdc653cd615 (patch) | |
tree | 0fb4da7ef65162f3432eb48af36a28ad998a9586 /emulators | |
parent | da90d7cc05126e0addf7a1ee86aea0b8a1a7c067 (diff) | |
download | freebsd-ports-gnome-f1fb85dfbddad16ab6f072ec8706abdc653cd615.tar.gz freebsd-ports-gnome-f1fb85dfbddad16ab6f072ec8706abdc653cd615.tar.zst freebsd-ports-gnome-f1fb85dfbddad16ab6f072ec8706abdc653cd615.zip |
emulators/raine: partially unbreak with gcc5 or later
linux-gnu-sdl/object/games/ctribebl.o: In function `ExecuteCombaTribesFrame':
ctribebl.c:(.text+0x148): undefined reference to `TechnosSoundOld_Frame'
linux-gnu-sdl/object/68020/a020core.o: In function `L_8_409':
core.c:(.data+0x35d85): undefined reference to `m68k_do_jsr'
linux-gnu-sdl/object/68020/a020core.o: In function `op_4e90':
[...]
PR: 216707
Reported by: antoine (via exp-run)
Diffstat (limited to 'emulators')
-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="" |