summaryrefslogtreecommitdiff
path: root/games/nethack-x11
diff options
context:
space:
mode:
authorpooka <pooka>2003-06-25 14:22:12 +0000
committerpooka <pooka>2003-06-25 14:22:12 +0000
commit5bcc21f9d13293fff211a3ceb5bc11122f9dff35 (patch)
tree13bf3392dc426cc2fc9ff7e001482539c876866c /games/nethack-x11
parenta1ef2d1b6986ffc0918155819250e1d707e00acf (diff)
downloadpkgsrc-5bcc21f9d13293fff211a3ceb5bc11122f9dff35.tar.gz
improve chances these will work on FreeBSD
Diffstat (limited to 'games/nethack-x11')
-rw-r--r--games/nethack-x11/distinfo4
-rw-r--r--games/nethack-x11/patches/patch-ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-x11/distinfo b/games/nethack-x11/distinfo
index 060baa47d11..809370aff18 100644
--- a/games/nethack-x11/distinfo
+++ b/games/nethack-x11/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.9 2003/03/01 21:12:52 pooka Exp $
+$NetBSD: distinfo,v 1.10 2003/06/25 14:22:12 pooka Exp $
SHA1 (nethack-341.tgz) = 91eec5d20fb0fe676f92e1149e3b0360470aef77
Size (nethack-341.tgz) = 3492419 bytes
SHA1 (patch-aa) = 599c00a5499d8e5eb2910e6953ab5d5c14e22080
SHA1 (patch-ab) = fa217d8540a550d669a9037c5861ac4d685941ee
-SHA1 (patch-ac) = a2a23324ec9859962064c9f520cad27439442a77
+SHA1 (patch-ac) = 052fa0372283ab356dc9c9a00aa27da51a7b4395
SHA1 (patch-ae) = b6d0cca1e3d781a2a1f1d4b244e944eaedfec716
SHA1 (patch-af) = 20c37fd62b05121d834d3c42cf3aa48b018b362d
SHA1 (patch-ag) = 6aeae6bde079b9c9081f6e32523687010c9bc674
diff --git a/games/nethack-x11/patches/patch-ac b/games/nethack-x11/patches/patch-ac
index 2a66f6d01f0..cf458224b96 100644
--- a/games/nethack-x11/patches/patch-ac
+++ b/games/nethack-x11/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2003/03/01 21:12:52 pooka Exp $
+$NetBSD: patch-ac,v 1.3 2003/06/25 14:22:12 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.2 2003/03/01 21:12:52 pooka Exp $
E long NDECL(random);
# endif
-# if !defined(SUNOS4) || defined(RANDOM)
-+# if !defined(SUNOS4) && !defined(__NetBSD__) || defined(RANDOM)
++# if !defined(SUNOS4) && !defined(__FreeBSD__) && !defined(__NetBSD__) || defined(RANDOM)
E void FDECL(srandom, (unsigned int));
# else
-# if !defined(bsdi) && !defined(__FreeBSD__)