diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 19:54:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 19:54:08 +0000 |
commit | 350cccb3a3352d9ca0c7ccb9638b2c51b21e2cbc (patch) | |
tree | 0527abc9df1e1106f1ec5b41008c41a0493e8d86 /games/ioquake3/files/patch-code-qcommon-qcommon.h | |
parent | - Force commit to note repocopy (diff) |
- Cleanup
- Update devel port to svn r1754
PR: ports/141453
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Diffstat (limited to 'games/ioquake3/files/patch-code-qcommon-qcommon.h')
-rw-r--r-- | games/ioquake3/files/patch-code-qcommon-qcommon.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games/ioquake3/files/patch-code-qcommon-qcommon.h b/games/ioquake3/files/patch-code-qcommon-qcommon.h index 608e4e2f6686..e19e7f23b235 100644 --- a/games/ioquake3/files/patch-code-qcommon-qcommon.h +++ b/games/ioquake3/files/patch-code-qcommon-qcommon.h @@ -1,13 +1,12 @@ ---- 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 +--- code/qcommon/qcommon.h.orig 2009-12-08 11:09:48.000000000 +0100 ++++ code/qcommon/qcommon.h 2009-12-08 11:10:43.000000000 +0100 +@@ -1069,6 +1069,9 @@ 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); + const char *Sys_Dirname( char *path ); |