diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-11 23:43:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-11 23:43:41 +0000 |
commit | 29cd1752044fe4734aca591826219bc57e2c221a (patch) | |
tree | 5991c635c6dd218365a76b1fd43ec2939871432c /games/mirrormagic/patches/patch-af | |
parent | 1189f4a6f14e3c3b6b53173953d64d077166a692 (diff) | |
download | pkgsrc-29cd1752044fe4734aca591826219bc57e2c221a.tar.gz |
Update to 2.0.1, provided by Adam Ciarcinski, with minor fixes.
Changes:
- icon for Windows executable added
- bug when selecting default level series fixed
- new IFF style file format for level files
- fullscreen mode now works with Windows (workaround for bug in SDL)
- /dev/dsp support for NetBSD added (thanks to Krister Walfridsson)
- file permissions when saving files and creating directories changed
- some small sound bugs fixed
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" |