diff options
-rw-r--r-- | games/bomberclone/distinfo | 3 | ||||
-rw-r--r-- | games/bomberclone/patches/patch-src_single.c | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/bomberclone/distinfo b/games/bomberclone/distinfo index 3497075ebf0..69978370b47 100644 --- a/games/bomberclone/distinfo +++ b/games/bomberclone/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.12 2006/08/16 15:35:25 wiz Exp $ +$NetBSD: distinfo,v 1.13 2012/07/03 18:44:11 joerg Exp $ SHA1 (bomberclone-0.11.7.tar.bz2) = 108948667d0504cedfddaf4a55e69b221b14edbd RMD160 (bomberclone-0.11.7.tar.bz2) = e2267a1c80eb809f4c4233a98f68ad316ead2cb0 Size (bomberclone-0.11.7.tar.bz2) = 7940132 bytes SHA1 (patch-aa) = b80396a7ad0a9e2fc1a4b32a4da845f07cbf28a7 SHA1 (patch-ab) = 5f4d7769d12042271226123abd763d85e1aff196 +SHA1 (patch-src_single.c) = 1386506776a9945a89f11d626290995affc34b71 diff --git a/games/bomberclone/patches/patch-src_single.c b/games/bomberclone/patches/patch-src_single.c new file mode 100644 index 00000000000..5e405a75f4a --- /dev/null +++ b/games/bomberclone/patches/patch-src_single.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_single.c,v 1.1 2012/07/03 18:44:11 joerg Exp $ + +--- src/single.c.orig 2012-07-03 13:14:23.000000000 +0000 ++++ src/single.c +@@ -476,7 +476,7 @@ ai_invertdir (int dir) + }; + + +-inline int ++static inline int + ai_checknewpos (_point pos, int d) + { + _point m; |