1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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>
This commit is contained in:
Edwin Groothuis 2003-09-24 09:18:43 +00:00
parent 43cd7edc98
commit 7f8f10d033
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89166

View File

@ -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