summaryrefslogtreecommitdiff
path: root/games/nethack-qt
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2003-06-25 14:22:12 +0000
committerpooka <pooka@pkgsrc.org>2003-06-25 14:22:12 +0000
commitc3a0ccc87b5370c19a5f0b7f7b8b4d003cbe349f (patch)
tree13bf3392dc426cc2fc9ff7e001482539c876866c /games/nethack-qt
parent3dfc43b66f80264bd7f7feedf92fc8fb08594300 (diff)
downloadpkgsrc-c3a0ccc87b5370c19a5f0b7f7b8b4d003cbe349f.tar.gz
improve chances these will work on FreeBSD
Diffstat (limited to 'games/nethack-qt')
-rw-r--r--games/nethack-qt/distinfo4
-rw-r--r--games/nethack-qt/patches/patch-ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-qt/distinfo b/games/nethack-qt/distinfo
index f88b4b820ba..2f9fb306d27 100644
--- a/games/nethack-qt/distinfo
+++ b/games/nethack-qt/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2003/06/06 12:10:07 jmmv Exp $
+$NetBSD: distinfo,v 1.12 2003/06/25 14:22:12 pooka Exp $
SHA1 (nethack-341.tgz) = 91eec5d20fb0fe676f92e1149e3b0360470aef77
Size (nethack-341.tgz) = 3492419 bytes
SHA1 (patch-aa) = e6c55079d684baa5fedc55773173fd3247b860a5
SHA1 (patch-ab) = fa217d8540a550d669a9037c5861ac4d685941ee
-SHA1 (patch-ac) = a2a23324ec9859962064c9f520cad27439442a77
+SHA1 (patch-ac) = 052fa0372283ab356dc9c9a00aa27da51a7b4395
SHA1 (patch-ae) = a72da6e6bd1af3a8eaed97ecc1fdd1ed4198a5db
SHA1 (patch-af) = 20c37fd62b05121d834d3c42cf3aa48b018b362d
SHA1 (patch-ag) = 6aeae6bde079b9c9081f6e32523687010c9bc674
diff --git a/games/nethack-qt/patches/patch-ac b/games/nethack-qt/patches/patch-ac
index 979e288134d..28ba14d3474 100644
--- a/games/nethack-qt/patches/patch-ac
+++ b/games/nethack-qt/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.11 2003/03/01 21:12:51 pooka Exp $
+$NetBSD: patch-ac,v 1.12 2003/06/25 14:22:13 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.11 2003/03/01 21:12:51 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__)