summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-au
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-26 10:26:54 +0000
committerwiz <wiz@pkgsrc.org>2017-09-26 10:26:54 +0000
commitae5685dfc979dd70b9f69468783b7431741f7989 (patch)
treecee945eb76dff1c09675480edc4417fe2da69fe7 /x11/kdebase3/patches/patch-au
parent7843a1f099ae31d8c53173372461e920c9206eff (diff)
downloadpkgsrc-ae5685dfc979dd70b9f69468783b7431741f7989.tar.gz
*: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
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
- };