$OpenBSD: patch-microblog_CMakeLists_txt,v 1.2 2014/07/09 20:03:30 zhuk Exp $
Fix linking.
--- microblog/CMakeLists.txt.orig	Thu May  8 11:26:48 2014
+++ microblog/CMakeLists.txt	Sun May 18 20:22:24 2014
@@ -17,7 +17,7 @@ include_directories(
 add_library(microblog ${LIBRARY_TYPE} ${microblog_LIB_SRCS})
 generate_export_header(microblog)
 
-target_link_libraries(microblog ${KDE4_KDECORE_LIBS} ${QT_QTXML_LIBRARY} kpimutils )
+target_link_libraries(microblog kpimutils ${KDE4_KDECORE_LIBS} ${QT_QTXML_LIBRARY} )
 
 set_target_properties(microblog PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
 
