diff options
Diffstat (limited to 'games/hex/files/patch-aa')
-rw-r--r-- | games/hex/files/patch-aa | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/hex/files/patch-aa b/games/hex/files/patch-aa index 6d54475b4816..c00792cac4bb 100644 --- a/games/hex/files/patch-aa +++ b/games/hex/files/patch-aa @@ -1,11 +1,12 @@ ---- hex.c Wed Aug 4 19:36:00 1999 -+++ hex.c.new Mon Aug 9 23:02:44 1999 -@@ -17,7 +17,7 @@ +--- hex.c.orig Thu Aug 5 08:36:00 1999 ++++ hex.c Wed Aug 9 02:55:38 2000 +@@ -17,7 +17,9 @@ #include <string.h> #include <ctype.h> --#define LEVELPATH "./levels/" -+#define LEVELPATH "/usr/X11R6/share/hex/levels/" ++#ifndef LEVELPATH + #define LEVELPATH "./levels/" ++#endif #define XSIZE 8 #define YSIZE 12 |