diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-28 11:22:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-28 11:22:46 +0000 |
commit | a2a5360b80b40cf2607849b521105b34c99ba416 (patch) | |
tree | 49be4f68888ae309795f749c82a4bdb52622bae5 /games/bomberinstinct | |
parent | 51e9be548eef4a4bc05d98ee097f39c600c50200 (diff) | |
download | ports-a2a5360b80b40cf2607849b521105b34c99ba416.tar.gz ports-a2a5360b80b40cf2607849b521105b34c99ba416.zip |
Notes
Diffstat (limited to 'games/bomberinstinct')
-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) |