diff options
author | tron <tron@pkgsrc.org> | 1999-12-28 14:20:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-12-28 14:20:41 +0000 |
commit | 585dbf852a20b0de8e56cbe5282ec3f4cfcb5496 (patch) | |
tree | d37d890cfd5ed13fcbc6e1439fd1fde12849b8f4 /games/quake/patches | |
parent | 4a934bc8d8059513e6bc35fd2b75ccf0c042dd6d (diff) | |
download | pkgsrc-585dbf852a20b0de8e56cbe5282ec3f4cfcb5496.tar.gz |
Import of *unfinished* "quake" package based on the recently under GPL
released source code:
legendary 1st person shoot'em up game
Diffstat (limited to 'games/quake/patches')
-rw-r--r-- | games/quake/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/quake/patches/patch-aa b/games/quake/patches/patch-aa new file mode 100644 index 00000000000..4638219d0e4 --- /dev/null +++ b/games/quake/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/12/28 14:20:42 tron Exp $ + +--- Makefile.Linux.orig Wed Apr 21 20:16:24 1999 ++++ Makefile.Linux Tue Dec 28 12:01:52 1999 +@@ -27,8 +27,6 @@ + RPMARCH=i386 + endif + +-MAINDIR=/grog/Projects/QW +- + BUILD_DEBUG_DIR=debug$(ARCH)$(GLIBC) + BUILD_RELEASE_DIR=release$(ARCH)$(GLIBC) + CLIENT_DIR=$(MAINDIR)/client |