diff options
Diffstat (limited to 'games/cube/patches/patch-ab')
-rw-r--r-- | games/cube/patches/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/games/cube/patches/patch-ab b/games/cube/patches/patch-ab deleted file mode 100644 index 884015f611b..00000000000 --- a/games/cube/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/01/18 17:48:53 peter Exp $ - ---- source/src/main.cpp.orig 2004-05-22 18:00:26.000000000 +0200 -+++ source/src/main.cpp 2004-06-10 01:28:17.000000000 +0200 -@@ -1,6 +1,7 @@ - // main.cpp: initialisation & main loop - - #include "cube.h" -+#include <unistd.h> - - void cleanup(char *msg) // single program exit point; - { -@@ -104,6 +105,8 @@ - #define log(s) puts("init: " s) - log("sdl"); - -+ ::chdir(DATADIR); -+ - for(int i = 1; i<argc; i++) - { - char *a = &argv[i][2]; |