summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-24 09:18:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-24 09:18:43 +0000
commit7f8f10d03356d5cbac60edbe5b54ee1253513fb1 (patch)
tree4f445b5668b3370c2f6ac1a21a9a10ad24ce3d4f
parent- Update to 0.14 (diff)
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>
Notes
Notes: svn path=/head/; revision=89166
-rw-r--r--games/fuhquake/files/patch-version.h11
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