diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-26 12:33:59 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-26 12:33:59 +0000 |
commit | 231104751db42135a67b315cfb1f302f1d60e1f7 (patch) | |
tree | 985cb75b1630a0adf9f769376a873faaf780ee19 /games/prboom/patches | |
parent | 441850213f6170a79649185e605cb1940840fa20 (diff) | |
download | pkgsrc-231104751db42135a67b315cfb1f302f1d60e1f7.tar.gz |
Initial import of prboom-2.2.1
Prboom is a modified version of the ID Software's classic game Doom.
It runs on several platforms (include Win32 and Unixes) and features
many additions to the original game. It also supports multiplayer
games.
Note: this package lacks audio support for now, because we don't have SDL_mixer yet.
I hope to enable it in the future.
Diffstat (limited to 'games/prboom/patches')
-rw-r--r-- | games/prboom/patches/patch-aa | 16 | ||||
-rw-r--r-- | games/prboom/patches/patch-ab | 13 | ||||
-rw-r--r-- | games/prboom/patches/patch-ac | 13 |
3 files changed, 42 insertions, 0 deletions
diff --git a/games/prboom/patches/patch-aa b/games/prboom/patches/patch-aa new file mode 100644 index 00000000000..74302549fe8 --- /dev/null +++ b/games/prboom/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $ + +--- configure.orig Mon Jun 18 00:14:24 2001 ++++ configure +@@ -922,9 +922,9 @@ + + + if test "x$prefix" != xNONE; then +- DOOMWADDIR="$prefix/share/games/doom" ++ DOOMWADDIR="$prefix/share/doom" + else +- DOOMWADDIR="$ac_default_prefix/share/games/doom" ++ DOOMWADDIR="$ac_default_prefix/share/doom" + fi + cat >> confdefs.h <<EOF + #define DOOMWADDIR "$DOOMWADDIR" diff --git a/games/prboom/patches/patch-ab b/games/prboom/patches/patch-ab new file mode 100644 index 00000000000..59ab351983b --- /dev/null +++ b/games/prboom/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $ + +--- data/Makefile.in.orig Sat Jun 23 11:57:48 2001 ++++ data/Makefile.in +@@ -91,7 +91,7 @@ + VERSION = @VERSION@ + ac_aux_dir = @ac_aux_dir@ + +-waddir = $(datadir)/games/doom ++waddir = $(datadir)/doom + wad_DATA = prboom.wad + EXTRA_DIST = prboom.wad + mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs diff --git a/games/prboom/patches/patch-ac b/games/prboom/patches/patch-ac new file mode 100644 index 00000000000..d054acbe72d --- /dev/null +++ b/games/prboom/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $ + +--- src/Makefile.in.orig Sat Jun 23 11:57:51 2001 ++++ src/Makefile.in +@@ -97,7 +97,7 @@ + + SUBDIRS = SDL POSIX + +-gamesdir = $(prefix)/games ++gamesdir = $(prefix)/bin + EXTRA_PROGRAMS = prboom-game-server + games_PROGRAMS = prboom @BUILD_SERVER@ + |