summaryrefslogtreecommitdiff
path: root/games-action/bomberclone/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /games-action/bomberclone/files
reinit the tree, so we can have metadata
Diffstat (limited to 'games-action/bomberclone/files')
-rw-r--r--games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch11
-rw-r--r--games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch20
2 files changed, 31 insertions, 0 deletions
diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
new file mode 100644
index 000000000000..fd77e1b7b1d6
--- /dev/null
+++ b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
@@ -0,0 +1,11 @@
+--- a/src/single.c 2015-09-17 09:21:57.826930680 +0200
++++ b/src/single.c 2015-09-17 09:22:04.315824372 +0200
+@@ -476,7 +476,7 @@
+ };
+
+
+-inline int
++static inline int
+ ai_checknewpos (_point pos, int d)
+ {
+ _point m;
diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
new file mode 100644
index 000000000000..18c063b56db9
--- /dev/null
+++ b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
@@ -0,0 +1,20 @@
+--- 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
+
+