diff options
Diffstat (limited to 'games/mirrormagic/patches/patch-af')
-rw-r--r-- | games/mirrormagic/patches/patch-af | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/mirrormagic/patches/patch-af b/games/mirrormagic/patches/patch-af deleted file mode 100644 index ecf6b5a78a5..00000000000 --- a/games/mirrormagic/patches/patch-af +++ /dev/null @@ -1,14 +0,0 @@ -$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" |