summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-05-10 23:46:07 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-05-10 23:46:07 +0100
commit362a6ba108e717aa1e5e1ea7c3085777722e1896 (patch)
tree707428d01a3bf77d396c5c4495db47bc14e395b7 /games-action/bomberclone/files
parentgames-action/bomberclone: Version bump to 0.11.9, EAPI 7 (diff)
downloadgentoo-362a6ba108e717aa1e5e1ea7c3085777722e1896.tar.gz
gentoo-362a6ba108e717aa1e5e1ea7c3085777722e1896.tar.bz2
gentoo-362a6ba108e717aa1e5e1ea7c3085777722e1896.zip
games-action/bomberclone: Drop old 0.11.8
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action/bomberclone/files')
-rw-r--r--games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
deleted file mode 100644
index 18c063b56db9..000000000000
--- a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/configure.in 2011-06-18 18:23:48.633605738 +0200
-+++ b/configure.in 2011-06-18 18:26:26.910628408 +0200
-@@ -33,7 +33,7 @@
- )
-
- CFLAGS="$SDL_CFLAGS $CFLAGS"
-- LIBS="$SDL_LIBS $LIBS"
-+ LIBS="$SDL_LIBS $LIBS -lm"
-
-
- dnl Checks for header files.
-@@ -84,7 +84,7 @@
- CFLAGS="$CFLAGS -Wall"
- AC_MSG_WARN(Disable Warning as Error Treatment)
- else
-- CFLAGS="$CFLAGS -Wall -Werror"
-+ CFLAGS="$CFLAGS -Wall"
- fi
-
-