From 7afccd2befd8c87a095ef03369bd9a7b8be92444 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 23 Aug 2025 12:31:05 -0700 Subject: sysutils/watchman: Fix build on 15 ... by adding build dependency on sys/inotify.h from devel/libinotify Reported by: fallout --- sysutils/watchman/files/patch-watcher_inotify.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysutils/watchman/files/patch-watcher_inotify.c (limited to 'sysutils/watchman/files/patch-watcher_inotify.c') diff --git a/sysutils/watchman/files/patch-watcher_inotify.c b/sysutils/watchman/files/patch-watcher_inotify.c new file mode 100644 index 000000000000..335276f46c4b --- /dev/null +++ b/sysutils/watchman/files/patch-watcher_inotify.c @@ -0,0 +1,10 @@ +--- watcher/inotify.c.orig 2025-08-23 19:27:40 UTC ++++ watcher/inotify.c +@@ -8,6 +8,7 @@ + #ifndef IN_EXCL_UNLINK + /* defined in but we can't include that without + * breaking userspace */ ++#include // from the libinotify package + # define WATCHMAN_IN_EXCL_UNLINK 0x04000000 + #else + # define WATCHMAN_IN_EXCL_UNLINK IN_EXCL_UNLINK -- cgit v1.2.3