summaryrefslogtreecommitdiff
path: root/misc/kdeadmin3/patches/patch-ab
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2003-09-17 23:33:11 +0000
committermarkd <markd@pkgsrc.org>2003-09-17 23:33:11 +0000
commitcc5902a5b789c60a0683af9c0cc84526a80dafc6 (patch)
treef827f4c855947619be316520a9db8573c33cd273 /misc/kdeadmin3/patches/patch-ab
parent0222100e5467b06f42b96ec1eed49c2751368e3a (diff)
downloadpkgsrc-cc5902a5b789c60a0683af9c0cc84526a80dafc6.tar.gz
Update to KDE3.1.4.
Changes: * kxconfig: add mouse wheels support to USB mice. * kxconfig: fix solaris compile. * ksysv: Fix Bug 49265: inactive hyperlinks in Help and About
Diffstat (limited to 'misc/kdeadmin3/patches/patch-ab')
-rw-r--r--misc/kdeadmin3/patches/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/kdeadmin3/patches/patch-ab b/misc/kdeadmin3/patches/patch-ab
deleted file mode 100644
index 7ae09d9337a..00000000000
--- a/misc/kdeadmin3/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$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",