diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 05:20:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 05:20:37 +0000 |
commit | 1e53364329090f5759a144db2c9d2e4a1b0d5b7d (patch) | |
tree | 95081fcfac9474fb6c6a8fc06618bdca0b860a88 /games/q3cellshading/files/patch-code-unix-Makefile | |
parent | [UPDATE] games/quake2forge: integrate with "quake2-data" (diff) |
[UPDATE] games/quake3: integrate with quake3-data
Changes:
* Don't build install QVM's and shared libraries (QVM's are provided in the PAK files).
* Look for data in the same directory as linux-quake3.
* Add mirror.
* Remove pkg-message and pkg-plist (not needed anymore)
PR: ports/89330
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: Linas Valiukas <shirshegsm@gmail.com>
Notes
Notes:
svn path=/head/; revision=148996
Diffstat (limited to 'games/q3cellshading/files/patch-code-unix-Makefile')
-rw-r--r-- | games/q3cellshading/files/patch-code-unix-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/q3cellshading/files/patch-code-unix-Makefile b/games/q3cellshading/files/patch-code-unix-Makefile index 2e5555444b17..415a976544fc 100644 --- a/games/q3cellshading/files/patch-code-unix-Makefile +++ b/games/q3cellshading/files/patch-code-unix-Makefile @@ -1,5 +1,5 @@ ---- code/unix/Makefile Sun May 5 12:21:10 2002 -+++ ../../work/quake3-1.32b/code/unix/Makefile Sun Aug 28 23:16:03 2005 +--- code/unix/Makefile.orig Sun May 5 07:21:10 2002 ++++ code/unix/Makefile Sun Nov 20 18:48:48 2005 @@ -136,7 +136,7 @@ ifeq ($(ARCH),ppc) NEWPGCC=/loki/global/ppc/bin/gcc |