1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/fuhquake/files/patch-version.h
Alejandro Pulver 73540c85c7 - Remove obsolete svga patch.
- Remove LITS and SKYBOXES options (JoeQuake is based on FuhQuake, so it also
  supports them; a separate port has been done).
- Use patches instead of ${REINPLACE_CMD}.
- Add HUD option.
- Make FuhQuake write in ~/.fuhquake.

PR:		ports/91893
Submitted by:	alepulver (myself)
Approved by:	maintainer (timeout)
2006-07-23 19:01:03 +00:00

18 lines
373 B
C

--- version.h.orig Wed Jan 7 00:58:18 2004
+++ version.h Sun Jan 22 22:07:23 2006
@@ -4,10 +4,12 @@
#define FUH_VERSION "0.31"
#define LINUX_VERSION 0.98
-#ifdef _WIN32
+#if defined(_WIN32)
#define QW_PLATFORM "Win32"
-#else
+#elif defined(__linux__)
#define QW_PLATFORM "Linux"
+#elif defined(__FreeBSD__)
+#define QW_PLATFORM "FreeBSD"
#endif
#ifdef GLQUAKE