summaryrefslogtreecommitdiff
path: root/games/ioquake3/files/patch-code-qcommon-qcommon.h
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2009-09-09 14:50:17 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2009-09-09 14:50:17 +0000
commitb56e8e6cd3497673cad26d0bc072392b85a9411d (patch)
tree2cd7f2cf700201f989b032ca32daf5d858bf5af8 /games/ioquake3/files/patch-code-qcommon-qcommon.h
parent- Update to 0.639 (diff)
- Update to version 1.36.
- Take maintainership. - Prepare for future slave port ioquake3-devel. PR: ports/138535 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Diffstat (limited to 'games/ioquake3/files/patch-code-qcommon-qcommon.h')
-rw-r--r--games/ioquake3/files/patch-code-qcommon-qcommon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/ioquake3/files/patch-code-qcommon-qcommon.h b/games/ioquake3/files/patch-code-qcommon-qcommon.h
new file mode 100644
index 000000000000..608e4e2f6686
--- /dev/null
+++ b/games/ioquake3/files/patch-code-qcommon-qcommon.h
@@ -0,0 +1,13 @@
+--- code/qcommon/qcommon.h.orig 2009-08-30 23:12:19.000000000 +0200
++++ code/qcommon/qcommon.h 2009-08-30 23:26:12.000000000 +0200
+@@ -1068,6 +1068,10 @@
+ #ifdef MACOS_X
+ char *Sys_DefaultAppPath(void);
+ #endif
++#ifdef __FreeBSD__
++void Sys_SetDefaultLibPath(const char *path);
++char *Sys_DefaultLibPath(void);
++#endif
+
+ void Sys_SetDefaultHomePath(const char *path);
+ char *Sys_DefaultHomePath(void);