summaryrefslogtreecommitdiff
path: root/japanese/nethack32/files/patch-ai
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-31 13:10:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-31 13:10:50 +0000
commit86f4c3d05b1cf4ebd0c35d9e69b8fc2fc8060cab (patch)
tree0941293c84eeb20835ee1d43cb75828f99713c90 /japanese/nethack32/files/patch-ai
parentUse USE_LINUX instead of an explicit dependency on emulators/linux_base. (diff)
- Add a patch to unbreak the port.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546] - Fix MASTER_SITES.
Notes
Notes: svn path=/head/; revision=57051
Diffstat (limited to '')
-rw-r--r--japanese/nethack32/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/nethack32/files/patch-ai b/japanese/nethack32/files/patch-ai
new file mode 100644
index 000000000000..d552369e306c
--- /dev/null
+++ b/japanese/nethack32/files/patch-ai
@@ -0,0 +1,11 @@
+--- include/system.h.orig Sun Mar 31 20:46:35 2002
++++ include/system.h Sun Mar 31 20:55:33 2002
+@@ -507,7 +507,7 @@
+ # endif
+ # endif
+
+-# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC)
++# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || defined(BSD)
+ E time_t FDECL(time, (time_t *));
+ # else
+ E long FDECL(time, (time_t *));