pkgsrc/x11/xorg-libs/patches/patch-ai
xtraeme 20fa120a0a Initial import of xorg-libs-6.7.0.
This package contains the X.org include header files and shared
library files.
2004-07-29 04:50:53 +00:00

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)