diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-24 17:18:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-24 17:18:43 +0800 |
commit | 425fbcd10a826b27002b9a9eea6ab5e29dfd9934 (patch) | |
tree | 9753978909699ab8b941d30560187138e7355d28 /games | |
parent | f3df831e517b824f9cf60a2b58599ede44788985 (diff) | |
download | freebsd-ports-gnome-425fbcd10a826b27002b9a9eea6ab5e29dfd9934.tar.gz freebsd-ports-gnome-425fbcd10a826b27002b9a9eea6ab5e29dfd9934.tar.zst freebsd-ports-gnome-425fbcd10a826b27002b9a9eea6ab5e29dfd9934.zip |
Report our platform as FreeBSD, not Linnex
It would be nice to redefine QW_PLATFORM to ``FreeBSD''
instead of ``Linux'' (which is default), so to make FuhQuake
report real box type it's being run onto.
PR: ports/56990
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/fuhquake/files/patch-version.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/fuhquake/files/patch-version.h b/games/fuhquake/files/patch-version.h new file mode 100644 index 000000000000..5f925395c19a --- /dev/null +++ b/games/fuhquake/files/patch-version.h @@ -0,0 +1,11 @@ +--- version.h.orig Thu Sep 18 23:36:30 2003 ++++ version.h Thu Sep 18 23:36:50 2003 +@@ -7,7 +7,7 @@ + #ifdef _WIN32 + #define QW_PLATFORM "Win32" + #else +-#define QW_PLATFORM "Linux" ++#define QW_PLATFORM "FreeBSD" + #endif + + #ifdef GLQUAKE |