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

File: [local] / ports / net / mirall / patches / Attic / patch-cmake_modules_FindINotify_cmake (download)

Revision 1.1, Sun May 11 08:46:21 2014 UTC (10 years, 1 month ago) by kirby
Branch: MAIN

link with renamed inotify

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