diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-19 15:46:14 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-19 15:46:14 +0000 |
commit | dccb37436a4653a777bd6b9a4c0c2054b3d7ef9d (patch) | |
tree | 11401ca76b9a09976a2dee3ce0883703b1875c41 /games/nethack34/files | |
parent | 35f908e211ce3155dfba7888965366b2cf154c8a (diff) | |
download | FreeBSD-ports-dccb37436a4653a777bd6b9a4c0c2054b3d7ef9d.zip FreeBSD-ports-dccb37436a4653a777bd6b9a4c0c2054b3d7ef9d.tar.gz |
Fix build on -stable.
PR: 53492
Submitted by: Ports Fury
Diffstat (limited to 'games/nethack34/files')
-rw-r--r-- | games/nethack34/files/patch-ai | 10 |
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 0000000..508c236 --- /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 + |