diff options
author | garbled <garbled@pkgsrc.org> | 2000-12-15 07:42:32 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2000-12-15 07:42:32 +0000 |
commit | 5db2040fbd225973b2cb154d36db71a1005113a2 (patch) | |
tree | 57a39578c00b4a7185b577e2e4aa0a296096d8f6 /games/clanbomber/patches | |
parent | 36c1c264e66d4f64f79ac75503069dc29571f760 (diff) | |
download | pkgsrc-5db2040fbd225973b2cb154d36db71a1005113a2.tar.gz |
New pkg for clanbomber-1.01, a clanlib game. This game has some seriously
impressive framerates.
Diffstat (limited to 'games/clanbomber/patches')
-rw-r--r-- | games/clanbomber/patches/patch-aa | 21 | ||||
-rw-r--r-- | games/clanbomber/patches/patch-ab | 12 |
2 files changed, 33 insertions, 0 deletions
diff --git a/games/clanbomber/patches/patch-aa b/games/clanbomber/patches/patch-aa new file mode 100644 index 00000000000..5faab07413e --- /dev/null +++ b/games/clanbomber/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 07:42:32 garbled Exp $ +--- clanbomber/Resources.cpp.orig Fri Dec 15 00:10:49 2000 ++++ clanbomber/Resources.cpp Fri Dec 15 00:13:12 2000 +@@ -24,6 +24,7 @@ + #include <ClanLib/Core/Sound/soundbuffer.h> + + #include "Resources.h" ++#include <config.h> + + CL_ResourceManager* Resources::res = NULL; + +@@ -110,8 +111,7 @@ + try + { + res = CL_ResourceManager::create( +- "/usr/share/clanbomber/clanbomber.dat", +- true); ++ BOMBERDATDIR, true); + } + catch (CL_Error err) + { diff --git a/games/clanbomber/patches/patch-ab b/games/clanbomber/patches/patch-ab new file mode 100644 index 00000000000..96bb9de78c1 --- /dev/null +++ b/games/clanbomber/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 07:42:32 garbled Exp $ +--- clanbomber/ClanBomber.cpp.orig Fri Dec 15 00:27:16 2000 ++++ clanbomber/ClanBomber.cpp Fri Dec 15 00:27:46 2000 +@@ -95,7 +95,7 @@ + show_fps = false; + key_F1 = false; + #ifndef WIN32 +- map_path = "maps"; ++ map_path = BOMBERMAPS; + if (!opendir(map_path)) + { + map_path = "/usr/local/share/clanbomber/maps"; |