diff options
Diffstat (limited to 'games/bomberclone/files/patch-src::configuration.c')
-rw-r--r-- | games/bomberclone/files/patch-src::configuration.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/bomberclone/files/patch-src::configuration.c b/games/bomberclone/files/patch-src::configuration.c new file mode 100644 index 000000000000..bfc23dd9ef63 --- /dev/null +++ b/games/bomberclone/files/patch-src::configuration.c @@ -0,0 +1,20 @@ +--- 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; + bman.fieldsize.x = 25; + bman.fieldsize.y = 17; +- sprintf (bman.datapath, "data/bomberclone.gfx"); ++ sprintf (bman.datapath, "@@LOCALBASE@@/share/bomberclone.gfx"); + }; + + int |