aboutsummaryrefslogtreecommitdiff
path: root/devel/kf6-extra-cmake-modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kf6-extra-cmake-modules/Makefile')
-rw-r--r--devel/kf6-extra-cmake-modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/kf6-extra-cmake-modules/Makefile b/devel/kf6-extra-cmake-modules/Makefile
index 87f142dca479..8891e048046b 100644
--- a/devel/kf6-extra-cmake-modules/Makefile
+++ b/devel/kf6-extra-cmake-modules/Makefile
@@ -40,4 +40,8 @@ MANPAGES_CMAKE_BOOL= BUILD_MAN_DOCS
TESTING_UNSAFE= requires reuse-tool port
+.if exists(/usr/include/sys/inotify.h)
+EXTRA_PATCHES+= ${FILESDIR}/extrapatch-inotify
+.endif
+
.include <bsd.port.mk>