diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-28 19:22:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-28 19:22:46 +0800 |
commit | b6531a6eaed9d869513b94a87d605c0c9253a0e3 (patch) | |
tree | 5f89a61a24cd7f74fe85ff7f6fbe8b9348bed161 /games/bomberinstinct/files | |
parent | a851fca95703f6ab4ce9b3de31900c89b5a6f8e9 (diff) | |
download | freebsd-ports-gnome-b6531a6eaed9d869513b94a87d605c0c9253a0e3.tar.gz freebsd-ports-gnome-b6531a6eaed9d869513b94a87d605c0c9253a0e3.tar.zst freebsd-ports-gnome-b6531a6eaed9d869513b94a87d605c0c9253a0e3.zip |
There is no libgcc_r.a anymore.
Diffstat (limited to 'games/bomberinstinct/files')
-rw-r--r-- | games/bomberinstinct/files/patch-aa | 2 |
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) |