diff options
author | pooka <pooka@pkgsrc.org> | 2003-06-25 14:14:30 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2003-06-25 14:14:30 +0000 |
commit | 81b63a0a31c3d532e0e47f3b09c1370442b3de62 (patch) | |
tree | efa439fa4203eb53e43468d2cde7b4ed2554688d /games/nethack-lib/patches | |
parent | 0ce0f698ff48287a1cd99c5f0ddd700ad57c7168 (diff) | |
download | pkgsrc-81b63a0a31c3d532e0e47f3b09c1370442b3de62.tar.gz |
make this work on FreeBSD
Diffstat (limited to 'games/nethack-lib/patches')
-rw-r--r-- | games/nethack-lib/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
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__) |