diff options
Diffstat (limited to 'devel/kf6-extra-cmake-modules/Makefile')
-rw-r--r-- | devel/kf6-extra-cmake-modules/Makefile | 4 |
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> |