diff options
author | drochner <drochner@pkgsrc.org> | 2008-03-14 14:38:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-03-14 14:38:46 +0000 |
commit | 4528d35cc971db4e9d54466d222970651c87c3ab (patch) | |
tree | 068eb3d23dc68f923bfc0c0b1ea4926a53840010 /games/plib/patches | |
parent | b8b6adeb184301d412ec82be136280c0cf1ff3ec (diff) | |
download | pkgsrc-4528d35cc971db4e9d54466d222970651c87c3ab.tar.gz |
update to 1.8.5
changes: bugfixes and code cleanup
Diffstat (limited to 'games/plib/patches')
-rw-r--r-- | games/plib/patches/patch-aa | 10 | ||||
-rw-r--r-- | games/plib/patches/patch-af | 22 |
2 files changed, 4 insertions, 28 deletions
diff --git a/games/plib/patches/patch-aa b/games/plib/patches/patch-aa index 247df52b85f..5aa747d9154 100644 --- a/games/plib/patches/patch-aa +++ b/games/plib/patches/patch-aa @@ -1,18 +1,16 @@ -$NetBSD: patch-aa,v 1.6 2007/09/16 09:25:03 joerg Exp $ +$NetBSD: patch-aa,v 1.7 2008/03/14 14:38:46 drochner Exp $ ---- src/sl/slPortability.h.orig 2007-09-16 08:50:46.000000000 +0000 +--- src/sl/slPortability.h.orig 2008-03-11 03:06:24.000000000 +0100 +++ src/sl/slPortability.h -@@ -59,8 +59,8 @@ +@@ -59,7 +59,7 @@ # if defined(UL_LINUX) # include <linux/soundcard.h> # include <sys/ioctl.h> -# elif defined(__FreeBSD__) --# include <machine/soundcard.h> +# elif defined(__FreeBSD__) || defined(__DragonFly__) -+# include <sys/soundcard.h> + # include <sys/soundcard.h> # else /* - Tom thinks this file may be <sys/soundcard.h> under some @@ -75,7 +75,7 @@ #endif diff --git a/games/plib/patches/patch-af b/games/plib/patches/patch-af deleted file mode 100644 index 218a26170a7..00000000000 --- a/games/plib/patches/patch-af +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-af,v 1.3 2007/07/12 19:48:43 drochner Exp $ - ---- src/ssgAux/ssgaSky.h.orig 2007-03-22 23:41:19.000000000 +0100 -+++ src/ssgAux/ssgaSky.h -@@ -104,7 +104,7 @@ public: - ssgaCelestialBodyList ( int init = 3 ) - : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { } - -- ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); } -+ ~ssgaCelestialBodyList () { removeAll(); } - - int getNum (void) { return total ; } - -@@ -192,7 +192,7 @@ public: - ssgaCloudLayerList ( int init = 3 ) - : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { } - -- ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); } -+ ~ssgaCloudLayerList () { removeAll(); } - - int getNum (void) { return total ; } - |