mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Hunspell (missing: HUNSPELL_LIBRARY) PR: 235104 Submitted by: VVD Pointy hat to: jbeich
10 lines
236 B
CMake
10 lines
236 B
CMake
--- 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(
|