--- src/cpp/core/CMakeLists.txt.orig	2020-01-23 23:30:24 UTC
+++ src/cpp/core/CMakeLists.txt
@@ -152,12 +152,14 @@ if (UNIX)
    # platform introspection
    check_symbol_exists(SA_NOCLDWAIT "signal.h" HAVE_SA_NOCLDWAIT)
    check_symbol_exists(SO_PEERCRED "sys/socket.h" HAVE_SO_PEERCRED)
+   set(CMAKE_REQUIRED_LIBRARIES ${FREEBSD_LIBDIR}/libinotify.so)
    check_function_exists(inotify_init1 HAVE_INOTIFY_INIT1)
+   set(CMAKE_REQUIRED_LIBRARIES "")
    check_function_exists(getpeereid HAVE_GETPEEREID)
    check_function_exists(setresuid HAVE_SETRESUID)
-   if(EXISTS "/proc/self")
+   #if(EXISTS "/proc/self")
       set(HAVE_PROCSELF TRUE)
-   endif()
+   #endif()
 
    # find packages and libraries
    find_library(PTHREAD_LIBRARIES pthread)
