Files
pkgsrc-ng/devel/cmake/patches/patch-CMakeLists.txt
2016-01-21 23:42:40 +01:00

13 lines
521 B
Plaintext

$NetBSD: patch-CMakeLists.txt,v 1.4 2015/09/15 13:08:38 joerg Exp $
--- CMakeLists.txt.orig 2015-09-14 13:22:28.000000000 +0000
+++ CMakeLists.txt
@@ -423,7 +423,6 @@ macro (CMAKE_BUILD_UTILITIES)
if (UNIX)
# there is a bug in the Syllable libraries which makes linking ccmake fail, Alex
if(NOT CMAKE_SYSTEM_NAME MATCHES syllable)
- set(CURSES_NEED_NCURSES TRUE)
find_package(Curses QUIET)
if (CURSES_LIBRARY)
option(BUILD_CursesDialog "Build the CMake Curses Dialog ccmake" ON)