diff options
Diffstat (limited to 'games/maelstrom/patches/patch-ab')
-rw-r--r-- | games/maelstrom/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/maelstrom/patches/patch-ab b/games/maelstrom/patches/patch-ab new file mode 100644 index 00000000000..468dca2f308 --- /dev/null +++ b/games/maelstrom/patches/patch-ab @@ -0,0 +1,12 @@ +--- bitesex.h.orig Thu Jul 30 03:45:50 1998 ++++ bitesex.h Thu Jul 30 03:46:35 1998 +@@ -27,3 +27,3 @@ + #else +-#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) || defined(__NetBSD__) + #include <machine/endian.h> +@@ -39,3 +39,3 @@ + #endif /* SVR4 */ +-#endif /* FreeBSD */ ++#endif /* FreeBSD/NetBSD */ + #endif /* AIX */ |