freebsd-ports/games/nehquake/files/patch-src__gl_vidlinuxglx.c
Alejandro Pulver 473b52d2f5 This Nehahra engine is basically a bug-fixed version of the released 2.54
source. It has also most of the fixes/features of the Enhanced GLQuake
version. The engine can be used for both watching the "Seal of Nehahra" movie
and for playing the actual game.

WWW: http://planetquake.com/nehahra/

Approved by:	garga (mentor)
2006-05-19 16:51:26 +00:00

12 lines
305 B
C

--- ./src/gl_vidlinuxglx.c.orig Tue Sep 27 19:53:14 2005
+++ ./src/gl_vidlinuxglx.c Tue May 16 17:36:22 2006
@@ -20,7 +20,9 @@
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
+#ifdef __linux__
#include <sys/vt.h>
+#endif
#include <stdarg.h>
#include <stdio.h>
#include <signal.h>