You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/supertransball2/files/supertransball2-1.5-ldflags...

12 lines
397 B

--- Makefile.old 2010-10-16 21:34:09.000000000 +0200
+++ Makefile 2010-10-16 21:34:24.000000000 +0200
@@ -17,7 +17,7 @@
# dynamically linked binary:
$(TARGET): $(OBJS)
- $(CXX) $^ -o $@ `sdl-config --libs` -lSDL_image -lSDL_mixer -lSDL_sound -lSDL_sound -lSGE
+ $(CXX) $(LDFLAGS) $^ -o $@ `sdl-config --libs` -lSDL_image -lSDL_mixer -lSDL_sound -lSDL_sound -lSGE
mv ./$(TARGET) ..
clean: