diff options
Diffstat (limited to 'games/mirrormagic/patches/patch-af')
-rw-r--r-- | games/mirrormagic/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/mirrormagic/patches/patch-af b/games/mirrormagic/patches/patch-af new file mode 100644 index 00000000000..ecf6b5a78a5 --- /dev/null +++ b/games/mirrormagic/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2001/07/05 22:13:09 kristerw Exp $ +--- src/libgame/platform.h.orig Mon Dec 4 22:07:57 2000 ++++ src/libgame/platform.h Thu Jul 5 23:38:26 2001 +@@ -56,6 +56,10 @@ + #define PLATFORM_FREEBSD + #endif + ++#if defined(__NetBSD__) ++#define PLATFORM_NETBSD ++#endif ++ + /* detecting HP-UX by the following compiler keyword definitions: + - in K&R mode (the default), the HP C compiler defines "hpux" + - in ANSI mode (-Aa or -Ae), the HP C compiler defines "__hpux" |