diff options
Diffstat (limited to 'games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch')
-rw-r--r-- | games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch b/games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch new file mode 100644 index 000000000000..daee9f6b17fd --- /dev/null +++ b/games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch @@ -0,0 +1,11 @@ +--- 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: |