aboutsummaryrefslogtreecommitdiff
path: root/japanese/nethack34
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/nethack34')
-rw-r--r--japanese/nethack34/Makefile4
-rw-r--r--japanese/nethack34/files/patch-ai11
2 files changed, 13 insertions, 2 deletions
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile
index cf65002302a8..5b188c231913 100644
--- a/japanese/nethack34/Makefile
+++ b/japanese/nethack34/Makefile
@@ -8,8 +8,8 @@
PORTNAME= nethack
PORTVERSION= 1.0.5.19970924
CATEGORIES= japanese games
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= nethack
+MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \
+ ftp://ftp.wtower.com/nethack/sources/
DISTNAME= ${PORTNAME}-3.2.2
PATCH_SITES= ftp://mitsuko.jaist.ac.jp/pub/nethack/
diff --git a/japanese/nethack34/files/patch-ai b/japanese/nethack34/files/patch-ai
new file mode 100644
index 000000000000..d552369e306c
--- /dev/null
+++ b/japanese/nethack34/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 *));