summaryrefslogtreecommitdiff
path: root/games/nethack34
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-19 15:46:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-19 15:46:14 +0000
commit5050eb35de536cff798598f29e7540d4620fbb93 (patch)
treea7ed182c6be78e4bd892666de895f5033b604900 /games/nethack34
parentAdd Apache2 support (diff)
Fix build on -stable.
PR: 53492 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=83326
Diffstat (limited to 'games/nethack34')
-rw-r--r--games/nethack34/files/patch-ai10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/nethack34/files/patch-ai b/games/nethack34/files/patch-ai
new file mode 100644
index 000000000000..508c236b9e7c
--- /dev/null
+++ b/games/nethack34/files/patch-ai
@@ -0,0 +1,10 @@
+--- src/files.c.orig Sun Feb 23 23:43:26 2003
++++ src/files.c Thu Jun 19 11:51:59 2003
+@@ -29,6 +29,7 @@
+ #endif
+
+ #if defined(UNIX) && defined(QT_GRAPHICS)
++#include <limits.h>
+ #include <dirent.h>
+ #endif
+