summaryrefslogtreecommitdiff
path: root/misc/kdeadmin3/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdeadmin3/patches/patch-ab')
-rw-r--r--misc/kdeadmin3/patches/patch-ab22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/kdeadmin3/patches/patch-ab b/misc/kdeadmin3/patches/patch-ab
new file mode 100644
index 00000000000..7ae09d9337a
--- /dev/null
+++ b/misc/kdeadmin3/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2003/03/11 13:22:21 markd Exp $
+
+--- kxconfig/kxdata.cpp.orig 2002-12-06 09:37:50.000000000 +1300
++++ kxconfig/kxdata.cpp
+@@ -28,7 +28,7 @@
+ #include <kstandarddirs.h>
+
+ #include <X11/Xlib.h>
+-#ifndef __osf__
++#if ! (defined(__osf__) || defined(__svr4__))
+ #include <X11/extensions/xf86misc.h>
+ #endif
+
+@@ -332,7 +332,7 @@ void KXData::loadPointerData()
+ {
+ // ### hardcoded
+
+-#ifndef __osf__
++#if ! (defined(__osf__) || defined(__svr4__))
+ m_pointerModels.append( KXPointerModel( i18n( "Generic PS/2" ), "PS/2",
+ MTYPE_PS_2 ) );
+ m_pointerModels.append( KXPointerModel( i18n( "Generic PS/2 Wheelmouse" ), "PS/2",