diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-19 17:47:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-19 17:47:04 +0000 |
commit | 89977029a73d6dd702f513a05120c58971041aa7 (patch) | |
tree | ba04b0e8d987804b6f95a246fb99739c000881b9 /games/nethack-lib | |
parent | faaa6c0c4ce976493042b32197998f941d52e818 (diff) | |
download | pkgsrc-89977029a73d6dd702f513a05120c58971041aa7.tar.gz |
Fix DragonFly.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/distinfo | 4 | ||||
-rw-r--r-- | games/nethack-lib/patches/patch-ac | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/nethack-lib/distinfo b/games/nethack-lib/distinfo index 0c1717e1cc3..17c11cdc8c0 100644 --- a/games/nethack-lib/distinfo +++ b/games/nethack-lib/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.10 2005/02/23 23:12:00 agc Exp $ +$NetBSD: distinfo,v 1.11 2005/12/19 17:47:04 joerg Exp $ SHA1 (nethack-343-src.tgz) = c26537093c38152bc0fbcec20468d975b35f59fd RMD160 (nethack-343-src.tgz) = 42f600d24715a0b7e631b357c135761410b3ca95 Size (nethack-343-src.tgz) = 3497458 bytes SHA1 (patch-aa) = ed5c55651acf81c459867c99026e13a6c5ed34a0 SHA1 (patch-ab) = 73a1ac287ded70f371bb38c82cdbcd36182ce3a5 -SHA1 (patch-ac) = 0825b47a638c2c888238e76f4a646a8c33c850ad +SHA1 (patch-ac) = ad049f20424edff041ff2aa8a679a940c092cf06 SHA1 (patch-ad) = 16ec579732beba4b2cb4ab3ea06d20d4f6b191a4 SHA1 (patch-ae) = a72da6e6bd1af3a8eaed97ecc1fdd1ed4198a5db SHA1 (patch-af) = c7640150409d97a7930fef476191d34c08c6f741 diff --git a/games/nethack-lib/patches/patch-ac b/games/nethack-lib/patches/patch-ac index aa7f8c71cbe..f03456c62cd 100644 --- a/games/nethack-lib/patches/patch-ac +++ b/games/nethack-lib/patches/patch-ac @@ -1,21 +1,21 @@ -$NetBSD: patch-ac,v 1.7 2004/03/05 15:21:01 pooka Exp $ +$NetBSD: patch-ac,v 1.8 2005/12/19 17:47:04 joerg Exp $ --- include/system.h.orig 2003-12-08 01:39:13.000000000 +0200 +++ include/system.h 2004-03-05 15:44:53.000000000 +0200 -@@ -79,10 +79,10 @@ +@@ -79,10 +79,10 @@ typedef long off_t; # if !defined(__SC__) && !defined(LINUX) E long NDECL(random); # endif -# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__FreeBSD__)) || defined(RANDOM) -+# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__)) || defined(RANDOM) ++# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)) || defined(RANDOM) E void FDECL(srandom, (unsigned int)); # else -# if !defined(bsdi) && !defined(__FreeBSD__) -+# if !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__) ++# if !defined(bsdi) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) E int FDECL(srandom, (unsigned int)); # endif # endif -@@ -132,7 +132,7 @@ +@@ -132,7 +132,7 @@ E void FDECL(perror, (const char *)); E void FDECL(qsort, (genericptr_t,size_t,size_t, int(*)(const genericptr,const genericptr))); #else @@ -24,7 +24,7 @@ $NetBSD: patch-ac,v 1.7 2004/03/05 15:21:01 pooka Exp $ E int qsort(); # else # if !defined(LATTICE) && !defined(AZTEC_50) -@@ -421,7 +421,7 @@ +@@ -421,7 +421,7 @@ E size_t FDECL(strlen, (const char *)); # ifdef HPUX E unsigned int FDECL(strlen, (char *)); # else @@ -33,7 +33,7 @@ $NetBSD: patch-ac,v 1.7 2004/03/05 15:21:01 pooka Exp $ E int FDECL(strlen, (const char *)); # endif # endif /* HPUX */ -@@ -521,7 +521,7 @@ +@@ -521,7 +521,7 @@ E struct tm *FDECL(localtime, (const tim # endif # endif |