openbsd-ports/devel/cmake/patches/patch-Modules_FindASPELL_cmake
dcoppa 8b1b17cff8 Update to cmake 2.8.1 (I also take maintainership).
"This is good, commit." espie@
2010-05-28 20:21:48 +00:00

16 lines
608 B
Plaintext

$OpenBSD: patch-Modules_FindASPELL_cmake,v 1.1 2010/05/28 20:21:48 dcoppa Exp $
--- Modules/FindASPELL.cmake.orig Tue Apr 6 16:45:31 2010
+++ Modules/FindASPELL.cmake Mon May 3 11:51:48 2010
@@ -20,11 +20,6 @@
# (To distributed this file outside of CMake, substitute the full
# License text for the above reference.)
-IF (ASPELL_INCLUDE_DIR AND ASPELL_LIBRARIES)
- # Already in cache, be silent
- SET(ASPELL_FIND_QUIETLY TRUE)
-ENDIF (ASPELL_INCLUDE_DIR AND ASPELL_LIBRARIES)
-
FIND_PATH(ASPELL_INCLUDE_DIR aspell.h )
FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15 libaspell-15 libaspell)