summaryrefslogtreecommitdiff
path: root/games/fuhquake/files/patch-version.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/fuhquake/files/patch-version.h')
-rw-r--r--games/fuhquake/files/patch-version.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/games/fuhquake/files/patch-version.h b/games/fuhquake/files/patch-version.h
index 5f925395c19a..e879c12b896f 100644
--- a/games/fuhquake/files/patch-version.h
+++ b/games/fuhquake/files/patch-version.h
@@ -1,10 +1,16 @@
---- 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
+--- version.h.orig Wed Sep 24 20:56:57 2003
++++ version.h Wed Sep 24 20:58:44 2003
+@@ -4,10 +4,12 @@
+ #define FUH_VERSION "0.30"
+ #define LINUX_VERSION 0.98
+
+-#ifdef _WIN32
++#if defined(_WIN32)
#define QW_PLATFORM "Win32"
- #else
--#define QW_PLATFORM "Linux"
+-#else
++#elif defined(__linux__)
+ #define QW_PLATFORM "Linux"
++#elif defined(__FreeBSD__)
+#define QW_PLATFORM "FreeBSD"
#endif