summaryrefslogtreecommitdiff
path: root/games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.04.2018
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: