diff options
Diffstat (limited to 'games/maelstrom/patches/patch-ab')
-rw-r--r-- | games/maelstrom/patches/patch-ab | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/games/maelstrom/patches/patch-ab b/games/maelstrom/patches/patch-ab index 86ec0933a3b..2ec2de89276 100644 --- a/games/maelstrom/patches/patch-ab +++ b/games/maelstrom/patches/patch-ab @@ -1,14 +1,25 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:42 agc Exp $ +$NetBSD: patch-ab,v 1.3 2000/07/24 22:22:30 dmcmahill Exp $ ---- bitesex.h.orig Thu Jul 30 03:45:50 1998 -+++ bitesex.h Thu Jul 30 03:46:35 1998 -@@ -27,3 +27,3 @@ +--- bitesex.h.orig Sun May 25 17:18:10 1997 ++++ bitesex.h Mon Jul 24 17:55:08 2000 +@@ -20,5 +20,5 @@ + #include <machine/param.h> + #else +-#ifdef __mips ++#if defined(__mips) && !defined(__NetBSD__) + #include <sex.h> + #else +@@ -26,5 +26,5 @@ + #include <sys/machine.h> #else -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) || defined(__NetBSD__) #include <machine/endian.h> -@@ -39,3 +39,3 @@ + #else +@@ -38,5 +38,5 @@ + #endif /* Win95 */ #endif /* SVR4 */ -#endif /* FreeBSD */ +#endif /* FreeBSD/NetBSD */ #endif /* AIX */ + #endif /* DEC */ |