summaryrefslogtreecommitdiff
path: root/games/bomberinstinct
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-28 11:22:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-28 11:22:46 +0000
commita2a5360b80b40cf2607849b521105b34c99ba416 (patch)
tree49be4f68888ae309795f749c82a4bdb52622bae5 /games/bomberinstinct
parentUpdate to 0.4.0. (diff)
There is no libgcc_r.a anymore.
Notes
Notes: svn path=/head/; revision=38885
Diffstat (limited to 'games/bomberinstinct')
-rw-r--r--games/bomberinstinct/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bomberinstinct/files/patch-aa b/games/bomberinstinct/files/patch-aa
index 994be625b10c..5147e11dbd60 100644
--- a/games/bomberinstinct/files/patch-aa
+++ b/games/bomberinstinct/files/patch-aa
@@ -26,7 +26,7 @@
-D$(CIBLE) -DDIR=\"$(DATADIR)\" -DVERSION=\"$(VERSION)\"
- LIBS := $(shell sdl-config --libs) -lSDL_mixer -lm #-lSDL_image --static
+ CFLAGS += $(CFLAGS_)
-+ LIBS := $(shell $(SDL_CONFIG) --libs) -lSDL_mixer -lsmpeg -lgcc_r -lm #-lSDL_image --static
++ LIBS := $(shell $(SDL_CONFIG) --libs) -lSDL_mixer -lsmpeg -lm #-lSDL_image --static
endif
OBJS = sprites.o niveaux.o pouvoirs.o evenements.o options.o son.o intro.o SFont/font.o
ifeq ($(DEBUG),1)