From 1e53364329090f5759a144db2c9d2e4a1b0d5b7d Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 22 Nov 2005 05:20:37 +0000 Subject: [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 Approved by: Linas Valiukas --- games/quake3/files/patch-code-unix-unix_shared.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/quake3/files/patch-code-unix-unix_shared.c') 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]; -- cgit v1.2.3