mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
74e3bb7a35
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/
12 lines
303 B
C
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
|