freebsd-ports/japanese/nethack/files/patch-ai
Akinori MUSHA 86f4c3d05b - Add a patch to unbreak the port.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546]

- Fix MASTER_SITES.
2002-03-31 13:10:50 +00:00

12 lines
415 B
Plaintext

--- 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 *));