$OpenBSD: patch-kpimtextedit_CMakeLists_txt,v 1.2 2014/07/09 20:03:30 zhuk Exp $
Fix linking.
--- kpimtextedit/CMakeLists.txt.orig	Thu May  8 11:26:48 2014
+++ kpimtextedit/CMakeLists.txt	Sun May 18 20:22:24 2014
@@ -30,10 +30,10 @@ add_library(kpimtextedit ${LIBRARY_TYPE} ${kpimtextedi
 generate_export_header(kpimtextedit)
 
 target_link_libraries(kpimtextedit
+  kmime
   ${KDE4_KDEUI_LIBS}
   ${KDE4_KIO_LIBS}
   ${KDE4_KEMOTICONS_LIBS}
-  kmime
 )
 
 add_subdirectory(tests)
