summaryrefslogtreecommitdiff
path: root/kde-unstable/kdepim/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdepim/fix-build.patch')
-rw-r--r--kde-unstable/kdepim/fix-build.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-unstable/kdepim/fix-build.patch b/kde-unstable/kdepim/fix-build.patch
deleted file mode 100644
index b42046677..000000000
--- a/kde-unstable/kdepim/fix-build.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Allen Winter <winter@kde.org>
-Date: Thu, 31 May 2012 16:58:07 +0000
-Subject: Revert last: Remove X11 requirement
-X-Git-Url: http://quickgit.kde.org/?p=kdepim.git&amp;a=commitdiff&amp;h=26f9d62b9a9b4bfa736b342903d16dc0d8739d98
----
-Revert last: Remove X11 requirement
-
-CCMAIL: djarvie@kde.org
-David, without explicit linking to X11 libs, I get an unresolved
-symbol for XSetWMHints
----
-
-
---- a/kalarm/CMakeLists.txt
-+++ b/kalarm/CMakeLists.txt
-@@ -202,6 +202,7 @@ if(KALARM_USE_AKONADI)
- kdepim
- ${KDE4_KCMUTILS_LIBS}
- ${KDE4_PHONON_LIBS}
-+ ${X11_X11_LIB}
- )
- else(KALARM_USE_AKONADI)
- target_link_libraries(kalarm_bin
-@@ -220,6 +221,7 @@ else(KALARM_USE_AKONADI)
- kdepim
- ${KDE4_KCMUTILS_LIBS}
- ${KDE4_PHONON_LIBS}
-+ ${X11_X11_LIB}
- )
- endif(KALARM_USE_AKONADI)
-
-