pkgsrc/x11/modular-xorg-server/patches/patch-se
joerg 595265ae32 Fix basic NetBSD SPARC support. This currently disables Sbus until
someone more involved in the platform take a look or I find the time to
merge the xsrc changes.
2007-08-16 20:10:15 +00:00

13 lines
405 B
Text

$NetBSD: patch-se,v 1.1 2007/08/16 20:10:17 joerg Exp $
--- hw/xfree86/os-support/bus/xf86Sbus.h.orig 2007-08-16 20:39:11.000000000 +0200
+++ hw/xfree86/os-support/bus/xf86Sbus.h
@@ -38,6 +38,8 @@
#include <sys/openpromio.h>
#elif defined(__OpenBSD__) && defined(__sparc64__)
/* XXX */
+#elif defined(__NetBSD__)
+/* XXX */
#elif defined(CSRG_BASED)
#if defined(__FreeBSD__)
#include <sys/types.h>