diff options
Diffstat (limited to 'net-im/psi/files/patch-cmake_modules_FindHunspell.cmake')
-rw-r--r-- | net-im/psi/files/patch-cmake_modules_FindHunspell.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/psi/files/patch-cmake_modules_FindHunspell.cmake b/net-im/psi/files/patch-cmake_modules_FindHunspell.cmake new file mode 100644 index 000000000000..90c533a65091 --- /dev/null +++ b/net-im/psi/files/patch-cmake_modules_FindHunspell.cmake @@ -0,0 +1,10 @@ +--- cmake/modules/FindHunspell.cmake.orig 2017-08-19 09:50:06 UTC ++++ cmake/modules/FindHunspell.cmake +@@ -64,6 +64,7 @@ set(HUNSPELL_NAMES + hunspell-1.4 + hunspell-1.5 + hunspell-1.6 ++ hunspell-1.7 + libhunspell${d} + ) + find_library( |