summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2003-06-25 14:14:30 +0000
committerpooka <pooka@pkgsrc.org>2003-06-25 14:14:30 +0000
commit81b63a0a31c3d532e0e47f3b09c1370442b3de62 (patch)
treeefa439fa4203eb53e43468d2cde7b4ed2554688d /games/nethack-lib
parent0ce0f698ff48287a1cd99c5f0ddd700ad57c7168 (diff)
downloadpkgsrc-81b63a0a31c3d532e0e47f3b09c1370442b3de62.tar.gz
make this work on FreeBSD
Diffstat (limited to 'games/nethack-lib')
-rw-r--r--games/nethack-lib/distinfo4
-rw-r--r--games/nethack-lib/patches/patch-ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-lib/distinfo b/games/nethack-lib/distinfo
index 74388f737c9..3e12a012912 100644
--- a/games/nethack-lib/distinfo
+++ b/games/nethack-lib/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2003/03/01 21:12:50 pooka Exp $
+$NetBSD: distinfo,v 1.7 2003/06/25 14:14:30 pooka Exp $
SHA1 (nethack-341.tgz) = 91eec5d20fb0fe676f92e1149e3b0360470aef77
Size (nethack-341.tgz) = 3492419 bytes
SHA1 (patch-aa) = 5eba647b7017f87a9f332970f6ef7c66cb1c0117
SHA1 (patch-ab) = fa217d8540a550d669a9037c5861ac4d685941ee
-SHA1 (patch-ac) = a2a23324ec9859962064c9f520cad27439442a77
+SHA1 (patch-ac) = c6af5a68e834f9707bdf15d79279074ecc023237
SHA1 (patch-ad) = c5e86cda66b36bfdd3d6460ec5b3c65706692dba
SHA1 (patch-ae) = a72da6e6bd1af3a8eaed97ecc1fdd1ed4198a5db
SHA1 (patch-af) = 20c37fd62b05121d834d3c42cf3aa48b018b362d
diff --git a/games/nethack-lib/patches/patch-ac b/games/nethack-lib/patches/patch-ac
index 052aca68ed3..43920193e3a 100644
--- a/games/nethack-lib/patches/patch-ac
+++ b/games/nethack-lib/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.4 2003/03/01 21:12:50 pooka Exp $
+$NetBSD: patch-ac,v 1.5 2003/06/25 14:14:30 pooka Exp $
--- include/system.h.orig 2003-02-23 16:43:22.000000000 +0200
+++ include/system.h 2003-03-01 16:34:46.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.4 2003/03/01 21:12:50 pooka Exp $
E long NDECL(random);
# endif
-# if !defined(SUNOS4) || defined(RANDOM)
-+# if !defined(SUNOS4) && !defined(__NetBSD__) || defined(RANDOM)
++# if !defined(SUNOS4) && !defined(__NetBSD__) && !defined(__FreeBSD__) || defined(RANDOM)
E void FDECL(srandom, (unsigned int));
# else
-# if !defined(bsdi) && !defined(__FreeBSD__)