diff options
-rw-r--r-- | games/bomberclone/files/patch-Makefile.in | 4 | ||||
-rw-r--r-- | games/bomberclone/files/patch-src::bomberclone.h | 10 | ||||
-rw-r--r-- | games/bomberclone/files/patch-src::configuration.c | 27 |
3 files changed, 11 insertions, 30 deletions
diff --git a/games/bomberclone/files/patch-Makefile.in b/games/bomberclone/files/patch-Makefile.in index 9f76537..ba09ae6 100644 --- a/games/bomberclone/files/patch-Makefile.in +++ b/games/bomberclone/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Thu May 8 23:23:43 2003 -+++ Makefile.in Thu May 8 23:23:52 2003 +--- Makefile.in.orig Mon May 12 18:43:37 2003 ++++ Makefile.in Mon May 12 18:43:47 2003 @@ -83,7 +83,7 @@ SUBDIRS = src diff --git a/games/bomberclone/files/patch-src::bomberclone.h b/games/bomberclone/files/patch-src::bomberclone.h deleted file mode 100644 index 06d77af..0000000 --- a/games/bomberclone/files/patch-src::bomberclone.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bomberclone.h.orig Mon Apr 28 06:56:46 2003 -+++ src/bomberclone.h Fri May 2 17:30:29 2003 -@@ -10,6 +10,7 @@ - #include <unistd.h> - #include <fcntl.h> - #include <sys/types.h> -+#include <sys/time.h> - #include <time.h> - #include <ctype.h> - #ifdef _WIN32 diff --git a/games/bomberclone/files/patch-src::configuration.c b/games/bomberclone/files/patch-src::configuration.c index bfc23dd..a05367a 100644 --- a/games/bomberclone/files/patch-src::configuration.c +++ b/games/bomberclone/files/patch-src::configuration.c @@ -1,20 +1,11 @@ ---- src/configuration.c.orig Mon Apr 28 06:56:46 2003 -+++ src/configuration.c Thu May 8 23:27:11 2003 -@@ -5,6 +5,8 @@ - #ifdef _WIN32 - #include <winsock.h> - #else -+#include <sys/types.h> -+#include <sys/time.h> - #include <sys/socket.h> - #endif - -@@ -51,7 +53,7 @@ - gfx.bpp = 16; +--- src/configuration.c.orig Fri May 9 06:36:13 2003 ++++ src/configuration.c Mon May 12 18:46:54 2003 +@@ -48,7 +48,7 @@ + gfx.random_tileset = 1; bman.fieldsize.x = 25; bman.fieldsize.y = 17; -- sprintf (bman.datapath, "data/bomberclone.gfx"); -+ sprintf (bman.datapath, "@@LOCALBASE@@/share/bomberclone.gfx"); - }; - - int +- sprintf (bman.datapath, "data"); ++ sprintf (bman.datapath, "@@LOCALBASE@@/share/bomberclone"); + bman.fieldpath[0] = 0; + bman.random_map = 2; + init_map_tileset(); |