summaryrefslogtreecommitdiff
path: root/kde-unstable/kdepim/fix-build.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
committerroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
commit1e6588d64f084decf287a58b7ff93ff0ce4d0446 (patch)
tree29bf5b8778e1eb67871d9e6e8bb6e205bdde5db7 /kde-unstable/kdepim/fix-build.patch
parent80053e720288b6205a59c52c1b31c14a0f830989 (diff)
Mon Jun 4 00:01:23 UTC 2012
Diffstat (limited to 'kde-unstable/kdepim/fix-build.patch')
-rw-r--r--kde-unstable/kdepim/fix-build.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-unstable/kdepim/fix-build.patch b/kde-unstable/kdepim/fix-build.patch
new file mode 100644
index 000000000..b42046677
--- /dev/null
+++ b/kde-unstable/kdepim/fix-build.patch
@@ -0,0 +1,32 @@
+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)
+
+