aboutsummaryrefslogtreecommitdiff
path: root/games/quake2lnx/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-28 08:02:23 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-28 08:02:23 +0000
commit671887596b0acdfa0ad0f12159fcffbcaf89dfef (patch)
tree81d252a58cee3628b82a8045a80a79a0bb722970 /games/quake2lnx/files
parent024652caf52777895cd89ecfdc6176c4e8ebd22b (diff)
downloadports-671887596b0acdfa0ad0f12159fcffbcaf89dfef.tar.gz
ports-671887596b0acdfa0ad0f12159fcffbcaf89dfef.zip
Notes
Diffstat (limited to 'games/quake2lnx/files')
-rw-r--r--games/quake2lnx/files/patch-qcommon::files.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/quake2lnx/files/patch-qcommon::files.c b/games/quake2lnx/files/patch-qcommon::files.c
new file mode 100644
index 000000000000..a9af2f9de20b
--- /dev/null
+++ b/games/quake2lnx/files/patch-qcommon::files.c
@@ -0,0 +1,14 @@
+--- qcommon/files.c.orig Wed Oct 9 03:54:25 2002
++++ qcommon/files.c Sat Jun 28 12:30:57 2003
+@@ -898,7 +898,11 @@
+ // basedir <path>
+ // allows the game to run from outside the data tree
+ //
++#ifdef DEDICATED_ONLY
+ fs_basedir = Cvar_Get ("basedir", ".", CVAR_NOSET);
++#else
++ fs_basedir = Cvar_Get ("basedir", "%%%%BASEDIR%%%%", CVAR_NOSET);
++#endif
+
+ //
+ // cddir <path>