pkgsrc-wip/realvnc/patches/patch-aa
David Howland 2e5d5f9513 Update to 4.1.1
-Package compiles the viewer and automatically downloads XFree86 to
  compile the server.a
 -Several bugfixes and improvements since 4.0
2005-10-18 17:59:29 +00:00

14 lines
466 B
Text

$NetBSD: patch-aa,v 1.1 2005/10/18 17:59:29 dhowland Exp $
--- xc/programs/Xserver/hw/xfree86/parser/scan.c.orig 2003-01-04 15:20:23.000000000 -0500
+++ xc/programs/Xserver/hw/xfree86/parser/scan.c
@@ -425,7 +425,8 @@ xf86pathIsSafe(const char *path)
#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)