595265ae32
someone more involved in the platform take a look or I find the time to merge the xsrc changes.
13 lines
560 B
Text
13 lines
560 B
Text
$NetBSD: patch-sa,v 1.1 2007/08/16 20:10:16 joerg Exp $
|
|
|
|
--- hw/xfree86/common/compiler.h.orig 2007-08-16 17:02:40.000000000 +0200
|
|
+++ hw/xfree86/common/compiler.h
|
|
@@ -566,7 +566,7 @@ inl(unsigned short port)
|
|
return ret;
|
|
}
|
|
|
|
-# elif (defined(linux) || defined(Lynx) || defined(sun) || defined(__OpenBSD__) || defined(__FreeBSD__)) && defined(__sparc__)
|
|
+# elif (defined(linux) || defined(Lynx) || defined(sun) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)) && defined(__sparc__)
|
|
|
|
# if !defined(Lynx)
|
|
# ifndef ASI_PL
|