[BACK]Return to patch-src_CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / net / mirall / patches

Annotation of ports/net/mirall/patches/patch-src_CMakeLists_txt, Revision 1.3

1.1       kirby       1: $OpenBSD$
1.2       kirby       2: --- src/CMakeLists.txt.orig    Mon Oct 21 16:05:25 2013
1.3     ! kirby       3: +++ src/CMakeLists.txt Sun May  4 10:46:18 2014
1.1       kirby       4: @@ -140,7 +140,7 @@ qt4_wrap_cpp(syncMoc ${libsync_HEADERS})
                      5:  list(APPEND libsync_LINK_TARGETS
                      6:      ${QT_LIBRARIES}
                      7:      ${CSYNC_LIBRARY}
                      8: -    dl
1.3     ! kirby       9: +    kinotify
1.1       kirby      10:  )
                     11:
                     12:  if(QTKEYCHAIN_FOUND)
1.2       kirby      13: @@ -233,6 +233,7 @@ endif()
                     14:  # csync is required.
                     15:  include_directories(${CSYNC_INCLUDE_DIR}/csync ${CSYNC_INCLUDE_DIR} ${CSYNC_BUILD_PATH}/src)
                     16:  include_directories(${3rdparty_INC})
                     17: +include_directories(${INOTIFY_INCLUDE_DIR})
                     18:
                     19:  qt4_wrap_cpp(mirallMoc ${mirall_HEADERS})
                     20:

CVSweb