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