1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/sysutils/inotify-tools/files/patch-configure.ac
Yuri Victorovich 9e491d3cb2 sysutils/inotify-tools: Update 3.20.11.0 -> 3.21.9.6
Reported by:	portscout
2021-11-20 00:54:10 -08:00

10 lines
293 B
Text

--- configure.ac.orig 2021-09-28 08:39:16 UTC
+++ configure.ac
@@ -45,6 +45,7 @@ AM_CONDITIONAL([STATIC_BINARY_ENABLE], test "$STATIC_B
# Checks for libraries.
+AC_SEARCH_LIBS(inotify_init, inotify)
# Checks for header files.
AC_CHECK_HEADERS([sys/inotify.h sys/fanotify.h mcheck.h])