head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.02.11.49.44; author nia; state Exp; branches; next ; commitid joTuSMKhX6GUnZcG; desc @@ 1.1 log @cmake39: Initial import. This version of cmake is intended for: - users who wish to compile software written before CMake 4. - developers who wish to test their software with an old cmake version to ensure maximum compatibility. - platforms which lack a C++11 compiler. - platforms which lack support for libuv (e.g. HP-UX). @ text @$NetBSD: patch-Modules_FindCurses.cmake,v 1.1 2017/01/05 22:34:25 joerg Exp $ --- Modules/FindCurses.cmake.orig 2017-01-05 22:24:12.384738412 +0000 +++ Modules/FindCurses.cmake @@@@ -167,8 +167,8 @@@@ if(NOT DEFINED CURSES_HAVE_CURSES_H) endif() endif() -find_library(CURSES_FORM_LIBRARY form HINTS "${_cursesLibDir}") -find_library(CURSES_FORM_LIBRARY form ) +find_library(CURSES_FORM_LIBRARY form gnuform HINTS "${_cursesLibDir}") +find_library(CURSES_FORM_LIBRARY form gnuform) # Previous versions of FindCurses provided these values. if(NOT DEFINED FORM_LIBRARY) @