diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-05 18:55:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-05 18:55:29 +0000 |
commit | 9f2f3642b180eb9bdcc4ea3116fd09f2b5723728 (patch) | |
tree | 9310b9b8720ceddd52559cbd5330f698f30c975c /games/0verkill/patches | |
parent | c94913c27bf48ce04cbae4925c0267c9acef99a0 (diff) | |
download | pkgsrc-9f2f3642b180eb9bdcc4ea3116fd09f2b5723728.tar.gz |
Initial import of 0verkill-0.15, provided by Tomasz Luchowski in pkg/12050,
with some changes by me:
Throw away Doom, Quake and Duke Nukem - 0verkill comes. Now you don't even need
graphic mode if you wanna take a bloody deathmatch with your friends.
Diffstat (limited to 'games/0verkill/patches')
-rw-r--r-- | games/0verkill/patches/patch-aa | 19 | ||||
-rw-r--r-- | games/0verkill/patches/patch-ab | 10 |
2 files changed, 29 insertions, 0 deletions
diff --git a/games/0verkill/patches/patch-aa b/games/0verkill/patches/patch-aa new file mode 100644 index 00000000000..8055c52fac6 --- /dev/null +++ b/games/0verkill/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/05 18:55:32 wiz Exp $ + +--- cfg.h.orig Mon Jan 22 17:33:36 2001 ++++ cfg.h +@@ -16,10 +16,10 @@ + #define DEFAULT_FONT_NAME "-misc-fixed-bold-r-normal-*-13-*-*-*-c-*-iso8859-*" + + +-#define SPRITES_FILE "data/sprites.dat" +-#define DATA_FILE "data/room.dat" +-#define DYNAMIC_DATA_FILE "data/dynamic.dat" +-#define BANNER_FILE "data/banner.dat" ++#define SPRITES_FILE "@PREFIX@/share/0verkill/data/sprites.dat" ++#define DATA_FILE "@PREFIX@/share/0verkill/data/room.dat" ++#define DYNAMIC_DATA_FILE "@PREFIX@/share/0verkill/data/dynamic.dat" ++#define BANNER_FILE "@PREFIX@/share/0verkill/data/banner.dat" + #define CFG_FILE ".0verkill" + + #define AREA_X 1000 diff --git a/games/0verkill/patches/patch-ab b/games/0verkill/patches/patch-ab new file mode 100644 index 00000000000..96a1262e183 --- /dev/null +++ b/games/0verkill/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/03/05 18:55:32 wiz Exp $ + +--- Makefile.in.orig Thu Dec 21 11:48:18 2000 ++++ Makefile.in +@@ -1,4 +1,4 @@ +-CFLAGS=-O3 @CFLAGS@ @X_CFLAGS@ -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer ++CFLAGS=@CFLAGS@ @X_CFLAGS@ -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer + #-malign-functions=0 + LDFLAGS=@LDFLAGS@ + LIBS=@LIBS@ |