summaryrefslogtreecommitdiff
path: root/games/bzflag/files/patch-LinuxDisplay.h
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-03-27 23:09:53 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-03-27 23:09:53 +0000
commit90050efa25721a13055e4c90938e8142f1f7dae4 (patch)
treed4d06cf904cd17c49eb36d11dc69041b6ff26c58 /games/bzflag/files/patch-LinuxDisplay.h
parentAdd phpgroupware, a multi-user web-based groupware suite written in PHP. (diff)
1. Properly disable the half rate audio hack.
2. Fix the XF86 video mode switching code. 3. Respect CC and CXX.
Notes
Notes: svn path=/head/; revision=40460
Diffstat (limited to '')
-rw-r--r--games/bzflag/files/patch-LinuxDisplay.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/bzflag/files/patch-LinuxDisplay.h b/games/bzflag/files/patch-LinuxDisplay.h
new file mode 100644
index 000000000000..a436dbc3b73a
--- /dev/null
+++ b/games/bzflag/files/patch-LinuxDisplay.h
@@ -0,0 +1,11 @@
+--- src/platform/LinuxDisplay.h.orig Tue Mar 27 14:54:59 2001
++++ src/platform/LinuxDisplay.h Tue Mar 27 14:55:06 2001
+@@ -18,7 +18,7 @@
+ #define BZF_LINUXDISPLAY_H
+
+ #include "XDisplay.h"
+-#if defined(__linux__) && defined(XF86VIDMODE_EXT)
++#if defined(XF86VIDMODE_EXT)
+ #define USE_XF86VIDMODE_EXT
+ #define private c_private
+ #include <X11/extensions/xf86vmode.h>