summaryrefslogtreecommitdiff
path: root/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch')
-rw-r--r--games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch11
1 files changed, 11 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;