20fa120a0a
This package contains the X.org include header files and shared library files.
14 lines
485 B
Text
14 lines
485 B
Text
$NetBSD: patch-ai,v 1.1.1.1 2004/07/29 04:50:56 xtraeme Exp $
|
|
|
|
--- programs/Xserver/hw/xfree86/parser/scan.c.orig 2004-07-29 01:55:45.000000000 +0200
|
|
+++ programs/Xserver/hw/xfree86/parser/scan.c 2004-07-29 01:57:11.000000000 +0200
|
|
@@ -462,7 +462,8 @@
|
|
#define XCONFENV "XORGCONFIG"
|
|
#endif
|
|
#define XFREE86CFGFILE "XF86Config"
|
|
-#ifndef XF86_VERSION_MAJOR
|
|
+#define XF86_VERSION_MAJOR 4
|
|
+#if 0
|
|
#ifdef XVERSION
|
|
#if XVERSION > 40000000
|
|
#define XF86_VERSION_MAJOR (XVERSION / 10000000)
|