svn commit: r433345 - head/emulators/raine
Jan Beich
jbeich at FreeBSD.org
Sun Feb 5 03:30:34 UTC 2017
Author: jbeich
Date: Sun Feb 5 03:30:33 2017
New Revision: 433345
URL: https://svnweb.freebsd.org/changeset/ports/433345
Log:
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)
Modified:
head/emulators/raine/Makefile (contents, props changed)
Modified: head/emulators/raine/Makefile
==============================================================================
--- head/emulators/raine/Makefile Sun Feb 5 03:30:25 2017 (r433344)
+++ head/emulators/raine/Makefile Sun Feb 5 03:30:33 2017 (r433345)
@@ -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=""
More information about the svn-ports-all
mailing list