$OpenBSD: patch-services_fileindexer_CMakeLists_txt,v 1.1 2013/12/08 19:13:33 zhuk Exp $
Fix linking.
--- services/fileindexer/CMakeLists.txt.orig	Tue Nov  5 18:55:51 2013
+++ services/fileindexer/CMakeLists.txt	Tue Nov  5 18:59:40 2013
@@ -34,10 +34,10 @@ kde4_add_executable(nepomukfileindexer ${nepomukfilein
 target_link_libraries(nepomukfileindexer
   nepomukcommon
   nepomukcore
-  ${KDE4_KDEUI_LIBS}
-  ${KDE4_KIO_LIBS}
   ${KDE4_SOLID_LIBS}
   ${KDE4_KIDLETIME_LIBS}
+  ${KDE4_KDEUI_LIBS}
+  ${KDE4_KIO_LIBS}
   ${SOPRANO_LIBRARIES}
 )
 
