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

Annotation of ports/net/mirall/patches/patch-cmake_modules_FindINotify_cmake, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- cmake/modules/FindINotify.cmake.orig       Sun May  4 10:31:44 2014
        !             3: +++ cmake/modules/FindINotify.cmake    Sun May  4 10:31:58 2014
        !             4: @@ -4,7 +4,7 @@
        !             5:  # also defined, but not for general use are
        !             6:  #  INOTIFY_LIBRARY, where to find the inotify library.
        !             7:
        !             8: -find_path(INOTIFY_INCLUDE_DIR sys/inotify.h
        !             9: +find_path(INOTIFY_INCLUDE_DIR sys/kinotify.h
        !            10:            HINTS /usr/include/${CMAKE_LIBRARY_ARCHITECTURE})
        !            11:  mark_as_advanced(INOTIFY_INCLUDE_DIR)
        !            12:

CVSweb