$OpenBSD: patch-kresources_CMakeLists_txt,v 1.2 2014/07/09 20:03:30 zhuk Exp $
Fix linking.
--- kresources/CMakeLists.txt.orig	Thu May  8 11:26:48 2014
+++ kresources/CMakeLists.txt	Sun May 18 20:22:24 2014
@@ -49,7 +49,7 @@ set(kcm_kresources_PART_SRCS kcmkresources.cpp)
 
 kde4_add_plugin(kcm_kresources ${kcm_kresources_PART_SRCS})
 
-target_link_libraries(kcm_kresources ${KDE4_KDEUI_LIBS} kresources)
+target_link_libraries(kcm_kresources kresources ${KDE4_KDEUI_LIBS})
 
 install(TARGETS kcm_kresources DESTINATION ${PLUGIN_INSTALL_DIR})
 
