From a2a5360b80b40cf2607849b521105b34c99ba416 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 28 Feb 2001 11:22:46 +0000 Subject: There is no libgcc_r.a anymore. --- games/bomberinstinct/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/bomberinstinct/files/patch-aa') 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) -- cgit v1.2.3