=================================================================== RCS file: /cvs/ports/net/mirall/patches/Attic/patch-src_CMakeLists_txt,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- ports/net/mirall/patches/Attic/patch-src_CMakeLists_txt 2014/04/23 04:02:12 1.1 +++ ports/net/mirall/patches/Attic/patch-src_CMakeLists_txt 2014/05/11 08:46:21 1.3 @@ -1,12 +1,20 @@ -$OpenBSD: patch-src_CMakeLists_txt,v 1.1 2014/04/23 04:02:12 kirby Exp $ ---- src/CMakeLists.txt.orig Mon Apr 21 22:36:06 2014 -+++ src/CMakeLists.txt Mon Apr 21 22:36:24 2014 +$OpenBSD: patch-src_CMakeLists_txt,v 1.3 2014/05/11 08:46:21 kirby Exp $ +--- src/CMakeLists.txt.orig Mon Oct 21 16:05:25 2013 ++++ src/CMakeLists.txt Sun May 4 10:46:18 2014 @@ -140,7 +140,7 @@ qt4_wrap_cpp(syncMoc ${libsync_HEADERS}) list(APPEND libsync_LINK_TARGETS ${QT_LIBRARIES} ${CSYNC_LIBRARY} - dl -+ inotify ++ kinotify ) if(QTKEYCHAIN_FOUND) +@@ -233,6 +233,7 @@ endif() + # csync is required. + include_directories(${CSYNC_INCLUDE_DIR}/csync ${CSYNC_INCLUDE_DIR} ${CSYNC_BUILD_PATH}/src) + include_directories(${3rdparty_INC}) ++include_directories(${INOTIFY_INCLUDE_DIR}) + + qt4_wrap_cpp(mirallMoc ${mirall_HEADERS}) +