mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
10 lines
311 B
Text
10 lines
311 B
Text
--- configure.ac.orig 2020-04-21 17:07:18 UTC
|
|
+++ configure.ac
|
|
@@ -144,6 +144,7 @@
|
|
dnl Check for required modules: curl and sqlite at the moment
|
|
PKG_CHECK_MODULES([curl],[libcurl])
|
|
PKG_CHECK_MODULES([sqlite],[sqlite3])
|
|
+PKG_CHECK_MODULES([inotify],[libinotify])
|
|
|
|
dnl
|
|
dnl systemd and unit file directories
|