1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/games/fteqw/files/patch-gl__gl_vidlinuxglx.c
Alejandro Pulver 74e3bb7a35 The intentions to the FTE QuakeWorld mod are to add some cool features to
QuakeWorld, without loosing any (backwards) compatability.

All QuakeWorld clients should be able to connect to an FTE server, and all FTE
clients should connect to any other QW server.

The FTE client, supports Quake, NetQuake, QuakeWorld, Quake II, Quake III
Arena, Hexen 2, Nexuiz and others.

WWW: http://fteqw.com/
2006-09-03 03:43:29 +00:00

12 lines
303 B
C

--- ./gl/gl_vidlinuxglx.c.orig Tue Jul 18 00:34:46 2006
+++ ./gl/gl_vidlinuxglx.c Sat Sep 2 18:40:11 2006
@@ -41,7 +41,7 @@
#include <X11/extensions/xf86dga.h>
#endif
-#ifdef __linux__
+#ifdef __unix__
#define WITH_VMODE //undefine this if the following include fails.
#endif
#ifdef WITH_VMODE