diff options
Diffstat (limited to 'games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch')
-rw-r--r-- | games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch b/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch index b5406305c372..a609a473fe7f 100644 --- a/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch +++ b/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch @@ -13,7 +13,7 @@ -CXXFLAGS = $(shell sdl-config --cflags) -O3 -LDFLAGS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem +CXXFLAGS += $(shell sdl-config --cflags) -+LDLIBS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem ++LDLIBS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem -lboost_system -lm OBJS = AIInterpreter.o AutoFireUnit.o BCCompiler.o DerivedGroups.o DragWindow.o \ ForceSelect.o ForceSelectWin.o GenWindow.o GenWindow_Base.o GFX.o Globals.o \ |