diff options
-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 |