summaryrefslogtreecommitdiff
path: root/games/nethack-x11/patches
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-x11/patches
parent3dfc43b66f80264bd7f7feedf92fc8fb08594300 (diff)
downloadpkgsrc-c3a0ccc87b5370c19a5f0b7f7b8b4d003cbe349f.tar.gz
improve chances these will work on FreeBSD
Diffstat (limited to 'games/nethack-x11/patches')
-rw-r--r--games/nethack-x11/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
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__)