summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2010-12-14 21:59:46 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2010-12-14 21:59:46 +0000
commita27d05240dc8b5add31447f532beb6cfb860d901 (patch)
tree739031ed1ba60385d5833140232f336c45ce1703 /kde-base/kdelibs/files/kdelibs-4.4.5-qt471.patch
parentVersion bump (diff)
downloadgentoo-2-a27d05240dc8b5add31447f532beb6cfb860d901.tar.gz
gentoo-2-a27d05240dc8b5add31447f532beb6cfb860d901.tar.bz2
gentoo-2-a27d05240dc8b5add31447f532beb6cfb860d901.zip
Added compilation fix for qt-4.7.1 in new (non-stable) revision, bug 345185
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'kde-base/kdelibs/files/kdelibs-4.4.5-qt471.patch')
-rw-r--r--kde-base/kdelibs/files/kdelibs-4.4.5-qt471.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/kdelibs/files/kdelibs-4.4.5-qt471.patch b/kde-base/kdelibs/files/kdelibs-4.4.5-qt471.patch
new file mode 100644
index 000000000000..fc17b20aaaa4
--- /dev/null
+++ b/kde-base/kdelibs/files/kdelibs-4.4.5-qt471.patch
@@ -0,0 +1,11 @@
+--- kdelibs-4.4.5/kded/kded.cpp
++++ kdelibs-4.4.5/kded/kded.cpp
+@@ -72,7 +72,7 @@
+ static bool bCheckUpdates;
+ static bool bCheckHostname;
+
+-extern QDBUS_EXPORT void qDBusAddSpyHook(void (*)(const QDBusMessage&));
++extern void qDBusAddSpyHook(void (*)(const QDBusMessage&));
+
+ static void runBuildSycoca(QObject *callBackObj=0, const char *callBackSlot=0)
+ {