summaryrefslogtreecommitdiff
path: root/x11/XFree86-libs/patches/patch-ac
blob: 75d85d91caecc899b89e7246494d2bf681d6a820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ac,v 1.2 2004/03/28 22:06:15 xtraeme Exp $

--- programs/Xserver/hw/xfree86/xf86config/xf86config.c.orig	2003-07-09 13:48:58.000000000 +0000
+++ programs/Xserver/hw/xfree86/xf86config/xf86config.c	2003-07-09 13:49:42.000000000 +0000
@@ -176,6 +176,9 @@
 #endif
 #define CONFIGNAME		XCONFIGFILE
 
+/* Comment this out for now ... */
+
+#if 0
 #ifndef XF86_VERSION_MAJOR
 #ifdef XVERSION
 #if XVERSION > 40000000
@@ -187,6 +190,7 @@
 #define XF86_VERSION_MAJOR	4
 #endif
 #endif
+#endif
 
 
 int config_mousetype;		/* Mouse. */