summarylogtreecommitdiffstats
path: root/0001-Fix-build-with-new-CMake-release.patch
diff options
context:
space:
mode:
authorKuba Serafinowski2012-12-02 12:01:42 +0000
committerKuba Serafinowski2012-12-02 12:04:02 +0000
commit31ab6e4977b99685028505b472994c2867c4a7f9 (patch)
treee97bc30598df1f95895a6ee2155972014c305492 /0001-Fix-build-with-new-CMake-release.patch
parentfcc3ff0af3e470a87822d51ffa633aca3840a304 (diff)
downloadaur-31ab6e4977b99685028505b472994c2867c4a7f9.tar.gz
fix tomahawk build with newest cmake
Diffstat (limited to '0001-Fix-build-with-new-CMake-release.patch')
-rw-r--r--0001-Fix-build-with-new-CMake-release.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/0001-Fix-build-with-new-CMake-release.patch b/0001-Fix-build-with-new-CMake-release.patch
new file mode 100644
index 000000000000..da43fcc9f126
--- /dev/null
+++ b/0001-Fix-build-with-new-CMake-release.patch
@@ -0,0 +1,32 @@
+From c910e1b58f01a42b9f99222e501172576d8cad06 Mon Sep 17 00:00:00 2001
+From: Dominik Schmidt <dev@dominik-schmidt.de>
+Date: Fri, 2 Nov 2012 21:43:11 +0100
+Subject: [PATCH] Fix build with new CMake release. Doesn't harm us, but really
+ looks like an upstream bug
+
+---
+ .../thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h b/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h
+index 5f526e1..7b744e1 100644
+--- a/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h
++++ b/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h
+@@ -3,7 +3,6 @@
+
+ #include <QtCore/QObject>
+
+-#if QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN)
+ #ifndef QT_NO_SHAREDMEMORY
+
+ #include <QtCore/QStringList>
+@@ -138,6 +137,5 @@ QT_END_NAMESPACE
+
+
+ #endif // QT_NO_SHAREDMEMORY
+-#endif // QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN)
+
+ #endif /* __KDTOOLSCORE_KDSINGLEAPPLICATIONGUARD_H__ */
+--
+1.8.0.1
+