summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-au')
-rw-r--r--x11/kdebase3/patches/patch-au24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/kdebase3/patches/patch-au b/x11/kdebase3/patches/patch-au
deleted file mode 100644
index 748677139b2..00000000000
--- a/x11/kdebase3/patches/patch-au
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-au,v 1.5 2008/01/28 19:33:01 markd Exp $
-
-KDE bug 143112
-
---- kioslave/media/mediamanager/fstabbackend.h.orig 2008-01-21 23:06:41.000000000 +1300
-+++ kioslave/media/mediamanager/fstabbackend.h
-@@ -25,7 +25,7 @@
- #include <qstringlist.h>
- #include <qmap.h>
-
--#ifdef Q_OS_FREEBSD
-+#if defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
- #include <qtimer.h>
- #endif
-
-@@ -60,7 +60,7 @@ private:
- QStringList m_mtabIds;
- QMap<QString, QString> m_mtabEntries;
- QStringList m_fstabIds;
--#ifdef Q_OS_FREEBSD
-+#if defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
- QTimer m_mtabTimer;
- #endif
- };