summaryrefslogtreecommitdiff
path: root/games/nethack-qt/patches
diff options
context:
space:
mode:
authorpooka <pooka>2003-03-01 21:14:55 +0000
committerpooka <pooka>2003-03-01 21:14:55 +0000
commitaa8f67bc1ba7aed1afce71f4386baaac2c233ec0 (patch)
treecf390341181c6056ab56af0b68ce819d429e93b0 /games/nethack-qt/patches
parent7495ff62487cb73e1e77813e7c498303a7ca9c41 (diff)
downloadpkgsrc-aa8f67bc1ba7aed1afce71f4386baaac2c233ec0.tar.gz
Thanks for misleading me, cvs, but I really want this to go in.
Diffstat (limited to 'games/nethack-qt/patches')
-rw-r--r--games/nethack-qt/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack-qt/patches/patch-aj b/games/nethack-qt/patches/patch-aj
new file mode 100644
index 00000000000..9a6de3afa44
--- /dev/null
+++ b/games/nethack-qt/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.3 2003/03/01 21:14:55 pooka Exp $
+
+--- src/files.c.orig 2003-02-23 16:43:26.000000000 +0200
++++ src/files.c 2003-03-01 22:57:10.000000000 +0200
+@@ -47,6 +47,8 @@
+ # define O_BINARY 0
+ #endif
+
++#include <sys/syslimits.h>
++
+ #ifdef PREFIXES_IN_USE
+ #define FQN_NUMBUF 4
+ static char fqn_filename_buffer[FQN_NUMBUF][FQN_MAX_FILENAME];