diff options
Diffstat (limited to 'games/nethack33/files/patch-aa')
-rw-r--r-- | games/nethack33/files/patch-aa | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/games/nethack33/files/patch-aa b/games/nethack33/files/patch-aa index 00fdb88cfdef..8d5758e3ab86 100644 --- a/games/nethack33/files/patch-aa +++ b/games/nethack33/files/patch-aa @@ -1,14 +1,5 @@ ---- ./include/config.h.orig Sat Jul 22 11:13:51 2000 -+++ ./include/config.h Fri Oct 13 09:31:24 2000 -@@ -43,7 +43,7 @@ - * Some combinations make no sense. See the installation document. - */ - #define TTY_GRAPHICS /* good old tty based graphics */ --/* #define X11_GRAPHICS */ /* X11 interface */ -+#define X11_GRAPHICS /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ - /* #define GNOME_GRAPHICS */ /* Gnome interface */ - +--- include/config.h.orig Sat Jul 22 10:13:51 2000 ++++ include/config.h Sat May 18 06:27:54 2002 @@ -110,7 +110,7 @@ * would allow: * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm @@ -39,7 +30,7 @@ */ # ifndef HACKDIR -# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ ++# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ # endif /* |