diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 03:40:14 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 03:40:14 +0000 |
commit | 511c49bdecf1a9776490a13ab0dab1f7fc561bbf (patch) | |
tree | 813aa84d1ad8bd3cfafe0793f530eff6e9c6194c /japanese/nethack34/files/patch-ai | |
parent | - Add staging support (diff) |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
Diffstat (limited to 'japanese/nethack34/files/patch-ai')
-rw-r--r-- | japanese/nethack34/files/patch-ai | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/japanese/nethack34/files/patch-ai b/japanese/nethack34/files/patch-ai deleted file mode 100644 index 508c236b9e7c..000000000000 --- a/japanese/nethack34/files/patch-ai +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - |