diff options
Diffstat (limited to 'devel/kf6-extra-cmake-modules/files/patch-find-modules_FindInotify.cmake')
| -rw-r--r-- | devel/kf6-extra-cmake-modules/files/patch-find-modules_FindInotify.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/kf6-extra-cmake-modules/files/patch-find-modules_FindInotify.cmake b/devel/kf6-extra-cmake-modules/files/patch-find-modules_FindInotify.cmake new file mode 100644 index 000000000000..5534cd6833b5 --- /dev/null +++ b/devel/kf6-extra-cmake-modules/files/patch-find-modules_FindInotify.cmake @@ -0,0 +1,11 @@ +--- find-modules/FindInotify.cmake.orig 2025-12-05 13:18:18 UTC ++++ find-modules/FindInotify.cmake +@@ -56,7 +56,7 @@ if(Inotify_INCLUDE_DIRS) + cmake_path(GET Inotify_INCLUDE_DIRS PARENT_PATH includes_prefix) + cmake_path(GET Inotify_LIBRARIES PARENT_PATH lib_prefix) + cmake_path(GET lib_prefix PARENT_PATH lib_prefix) +- cmake_path(COMPARE includes_prefix EQUAL lib_prefix prefixes_match) ++ cmake_path(COMPARE ${includes_prefix} EQUAL ${lib_prefix} prefixes_match) + + if(NOT prefixes_match) + set(Inotify_FOUND TRUE) |
