summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
commitb0cf2ebbfc7626d65b374788654d4e26028bda3f (patch)
tree473933e2eaf30d14938b24846be4b834a0d385d4 /kde-base/kdepasswd/files/kdepasswd-4.0.1-linkage.patch
parentrename check_apache_threads to has_apache_threads as suggested by dberkholz (diff)
downloadgentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.gz
gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.bz2
gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.zip
Version bump to KDE 4.0.1.
(Portage version: 2.1.4.1)
Diffstat (limited to 'kde-base/kdepasswd/files/kdepasswd-4.0.1-linkage.patch')
-rw-r--r--kde-base/kdepasswd/files/kdepasswd-4.0.1-linkage.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/kdepasswd/files/kdepasswd-4.0.1-linkage.patch b/kde-base/kdepasswd/files/kdepasswd-4.0.1-linkage.patch
new file mode 100644
index 000000000000..1156e1aeac90
--- /dev/null
+++ b/kde-base/kdepasswd/files/kdepasswd-4.0.1-linkage.patch
@@ -0,0 +1,13 @@
+diff --git a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
+index e34b684..a1fdcd1 100644
+--- a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
++++ b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
+@@ -13,7 +13,7 @@ kde4_add_kcfg_files(kcm_useraccount_PART_SRCS settings.kcfgc)
+
+ kde4_add_plugin(kcm_useraccount ${kcm_useraccount_PART_SRCS})
+
+-target_link_libraries(kcm_useraccount konq ${KDE4_KDESU_LIBS})
++target_link_libraries(kcm_useraccount konq ${KDE4_KPARTS_LIBS} ${KDE4_KDESU_LIBS})
+
+ install(TARGETS kcm_useraccount DESTINATION ${PLUGIN_INSTALL_DIR})
+ install(FILES kcm_useraccount.desktop DESTINATION ${SERVICES_INSTALL_DIR})