summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/raine/files/raine-0.51.9-underlink.patch')
-rw-r--r--games-emulation/raine/files/raine-0.51.9-underlink.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/raine/files/raine-0.51.9-underlink.patch b/games-emulation/raine/files/raine-0.51.9-underlink.patch
deleted file mode 100644
index e9eb42bedbb3..000000000000
--- a/games-emulation/raine/files/raine-0.51.9-underlink.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.old 2011-06-16 08:25:35.000000000 +0200
-+++ makefile 2011-06-16 08:25:57.000000000 +0200
-@@ -294,7 +294,7 @@
- LIBS_DEBUG = -lz `allegro-config --libs ` `libpng-config --ldflags`
- LIBS_STATIC = -lz `allegro-config --static` `libpng-config --static --ldflags`
- else
-- LIBS = -lz `libpng-config --ldflags`
-+ LIBS = -lz -lm `libpng-config --ldflags`
- LIBS_DEBUG = -lz `libpng-config --ldflags`
- LIBS_STATIC = -lz `libpng-config --static --ldflags`
- endif