summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/powermanga/files/powermanga-0.91-underlink.patch')
-rw-r--r--games-action/powermanga/files/powermanga-0.91-underlink.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/games-action/powermanga/files/powermanga-0.91-underlink.patch b/games-action/powermanga/files/powermanga-0.91-underlink.patch
deleted file mode 100644
index bb6f832cbd4c..000000000000
--- a/games-action/powermanga/files/powermanga-0.91-underlink.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/Makefile.am.old
-+++ src/Makefile.am
-@@ -8,7 +8,7 @@
- powermanga_CFLAGS = -DPREFIX=\"$(prefix)\" \
- -DSCOREFILE=\"$(scoredir)/$(score)\" \
- @XLIB_CFLAGS@ @SDL_CFLAGS@
--powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@
-+powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@ -lm
-
- install-data-hook:
- -chown root:games "$(DESTDIR)/$(gamesdir)/powermanga"
---- src/images.c
-+++ src/images.c
-@@ -31,6 +31,7 @@
- #include "display.h"
- #include "images.h"
- #include "log_recorder.h"
-+#include <zlib.h>
-
- static char *bitmap_read (bitmap * bmp, Uint32 num_of_obj,
- Uint32 num_of_images, char *addr,