pkgsrc/x11/modular-xorg-server/patches/patch-sc
wiz 4ff43ed31d Update to 1.6.1.901, first 1.6.2 prerelease.
Lots of changes since last pkgsrc version 1.4.x.
Based on patches provided by Hasso Tepper on pkgsrc-users.
Enable dri by default.

NOTE: You must install new versions of all dependencies, old ones
won't work!
2009-06-07 11:23:46 +00:00

15 lines
609 B
Text

$NetBSD: patch-sc,v 1.2 2009/06/07 11:23:47 wiz Exp $
Temporary disable Sbus suport.
--- hw/xfree86/loader/xf86sym.c.orig 2009-03-21 01:57:50 +0200
+++ hw/xfree86/loader/xf86sym.c 2009-05-19 14:38:30 +0300
@@ -451,7 +451,7 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86RegisterRootWindowProperty)
SYMFUNC(xf86IsUnblank)
-#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
+#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__) && !defined(__NetBSD__)
/* xf86sbusBus.c */
SYMFUNC(xf86MatchSbusInstances)
SYMFUNC(xf86GetSbusInfoForEntity)