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/quake3/files/patch-code-unix-unix_shared.c | |
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/quake3/files/patch-code-unix-unix_shared.c')
-rw-r--r-- | games/quake3/files/patch-code-unix-unix_shared.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quake3/files/patch-code-unix-unix_shared.c b/games/quake3/files/patch-code-unix-unix_shared.c index 27492d29bbbb..013c39f2bc13 100644 --- a/games/quake3/files/patch-code-unix-unix_shared.c +++ b/games/quake3/files/patch-code-unix-unix_shared.c @@ -1,11 +1,11 @@ ---- code/unix/unix_shared.c Tue Aug 16 02:10:07 2005 -+++ ../../work/quake3-1.32b/code/unix/unix_shared.c Mon Aug 29 00:37:41 2005 +--- code/unix/unix_shared.c.orig Mon Aug 15 20:10:07 2005 ++++ code/unix/unix_shared.c Sun Nov 20 18:41:22 2005 @@ -38,7 +38,7 @@ static char cdPath[MAX_OSPATH]; // Used to determine local installation path -static char installPath[MAX_OSPATH]; -+static char installPath[MAX_OSPATH] = "##PREFIX##/lib/quake3"; // FreeBSD ++static char installPath[MAX_OSPATH] = %%Q3DIR%%; // Used to determine where to store user-specific files static char homePath[MAX_OSPATH]; |