blob: 22aeee6f235a69625490641278e59b9c7d1b90f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.1.1.1 2004/01/24 08:47:28 xtraeme Exp $
--- programs/Xserver/hw/xfree86/parser/scan.c.orig 2003-07-15 23:55:49.000000000 +0000
+++ programs/Xserver/hw/xfree86/parser/scan.c 2003-07-15 23:56:40.000000000 +0000
@@ -425,7 +425,8 @@
#ifndef XCONFENV
#define XCONFENV "XF86CONFIG"
#endif
-#ifndef XF86_VERSION_MAJOR
+#define XF86_VERSION_MAJOR 4
+#if 0
#ifdef XVERSION
#if XVERSION > 40000000
#define XF86_VERSION_MAJOR (XVERSION / 10000000)
|