summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-22 13:41:57 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-22 13:41:57 +0000
commit024f2c83dba334ffdecebb5b0877af85823ee4e4 (patch)
tree99bbda80e6d49fb8bbcaf98704df1b27a89b6b97 /games
parentAdd missing entries. (diff)
There is no gcc_r anymore.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=37438
Diffstat (limited to 'games')
-rw-r--r--games/heroes/Makefile2
-rw-r--r--games/icebreaker/files/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile
index ed7301421f8d..b19615945dfd 100644
--- a/games/heroes/Makefile
+++ b/games/heroes/Makefile
@@ -40,7 +40,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE}
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib -lgnugetopt -pthread -lsmpeg -lgcc_r" \
+ LIBS="-L${LOCALBASE}/lib -lgnugetopt -pthread -lsmpeg" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
diff --git a/games/icebreaker/files/patch-aa b/games/icebreaker/files/patch-aa
index ece582c347c3..9e1984c3c4a8 100644
--- a/games/icebreaker/files/patch-aa
+++ b/games/icebreaker/files/patch-aa
@@ -18,7 +18,7 @@
level.c intro.c text.c status.c transition.c hiscore.c dialog.c
-SDL_MIXER=-lSDL_mixer
-+SDL_MIXER=-lSDL_mixer -lsmpeg -lgcc_r
++SDL_MIXER=-lSDL_mixer -lsmpeg
SDL_LIB=$(SDL_LDFLAGS) $(SDL_MIXER)
-SDL_CFLAGS := $(shell sdl-config --cflags)
-SDL_LDFLAGS := $(shell sdl-config --libs)