summaryrefslogtreecommitdiff
path: root/games/openarena/files/patch-code_qcommon_qcommon.h
diff options
context:
space:
mode:
authorDominic Fandrey <kami@FreeBSD.org>2016-04-25 22:43:23 +0000
committerDominic Fandrey <kami@FreeBSD.org>2016-04-25 22:43:23 +0000
commit9ab41ffb0ed7fe5b80ada841b19b709a527be516 (patch)
treeb925cdd4e451243acc640cf04658621ba50ec608 /games/openarena/files/patch-code_qcommon_qcommon.h
parentUpdate libbluray and related libraries (diff)
Update and clean up the ioquake3 family of ports.
The following maintenance operations were performed: - Recreate all patches with `make makepatch` - Add LICENSE - Update MAINTAINER to kami@freebsd.org - games/ioquake3 - Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu - Add support for slaves using different SDL versions - games/ioquake3-devel - Update to GIT revision 2808 - Use SDL2 - games/iourbanterror - Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over - Update 4.2.018 to 4.2.023 - games/urbanterror-data - Update 4.2.018 to 4.2.023 - Fix install without DOCS Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5816
Diffstat (limited to 'games/openarena/files/patch-code_qcommon_qcommon.h')
-rw-r--r--games/openarena/files/patch-code_qcommon_qcommon.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/openarena/files/patch-code_qcommon_qcommon.h b/games/openarena/files/patch-code_qcommon_qcommon.h
new file mode 100644
index 000000000000..7f94b9e1ee2d
--- /dev/null
+++ b/games/openarena/files/patch-code_qcommon_qcommon.h
@@ -0,0 +1,12 @@
+--- code/qcommon/qcommon.h.orig 2011-12-24 12:29:32 UTC
++++ code/qcommon/qcommon.h
+@@ -1099,6 +1099,9 @@ char *Sys_DefaultInstallPath(void);
+ char *Sys_DefaultAppPath(void);
+ #endif
+
++void Sys_SetDefaultLibPath(const char *path);
++char *Sys_DefaultLibPath(void);
++
+ void Sys_SetDefaultHomePath(const char *path);
+ char *Sys_DefaultHomePath(void);
+ const char *Sys_TempPath(void);