head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.16.06.33.50; author wiz; state Exp; branches; next ; commitid i9b6qrM84IuOk9CG; desc @@ 1.1 log @*: update llvm and friends to 21.1.8 @ text @$NetBSD$ On NetBSD, the library is called libterminfo. https://github.com/llvm/llvm-project/issues/191532 --- cmake/modules/FindCursesAndPanel.cmake.orig 2025-12-12 10:35:47.000000000 +0000 +++ cmake/modules/FindCursesAndPanel.cmake @@@@ -40,7 +40,7 @@@@ else() CURSES_HAS_TINFO) if(NOT CURSES_HAS_TINFO) message(STATUS "curses library missing terminfo symbols, looking for tinfo separately") - find_library(TINFO_LIBRARIES NAMES tinfo DOC "The curses tinfo library" QUIET) + find_library(TINFO_LIBRARIES NAMES tinfo terminfo DOC "The curses tinfo library" QUIET) list(APPEND CURSES_LIBRARIES "${TINFO_LIBRARIES}") endif() set(HAS_TERMINFO_SYMBOLS "$,$>") @