summaryrefslogtreecommitdiff
path: root/games/nethack-x11/patches
diff options
context:
space:
mode:
authorpooka <pooka>2003-10-14 11:06:34 +0000
committerpooka <pooka>2003-10-14 11:06:34 +0000
commita191a8b472b656d21b3d36b052865b705110493e (patch)
tree7d1ac1d80e09977cf9e82129960cf6d942f8e1e1 /games/nethack-x11/patches
parentd3c05530e5c26d85de85bc2ed061feea6380e6a2 (diff)
downloadpkgsrc-a191a8b472b656d21b3d36b052865b705110493e.tar.gz
Set HACKDIR the good old-fashioned way, so that these build.
fixes pkg/22999 by Lloyd Parkes. thanks also to salo for the final nudge
Diffstat (limited to 'games/nethack-x11/patches')
-rw-r--r--games/nethack-x11/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-x11/patches/patch-aa b/games/nethack-x11/patches/patch-aa
index 345f89edc4f..5bf96afbe01 100644
--- a/games/nethack-x11/patches/patch-aa
+++ b/games/nethack-x11/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2003/09/02 00:30:56 pooka Exp $
+$NetBSD: patch-aa,v 1.8 2003/10/14 11:06:34 pooka Exp $
--- include/config.h.orig 2003-08-30 03:07:15.000000000 +0300
+++ include/config.h 2003-09-02 03:04:54.000000000 +0300
@@ -52,7 +52,7 @@ $NetBSD: patch-aa,v 1.7 2003/09/02 00:30:56 pooka Exp $
# define HACKDIR "nethackdir" /* nethack directory */
# else
-# define HACKDIR "/usr/games/lib/nethackdir"
-+# define HACKDIR PREFIX "/share/nethackdir340"
++# define HACKDIR "XXXPREFIXXXX/share/nethackdir340"
# endif
# endif