head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2024.05.11.16.18.57; author wiz; state dead; branches; next 1.1; commitid abTrILpMSHNJeB9F; 1.1 date 2024.05.11.15.34.57; author wiz; state Exp; branches; next ; commitid 57YPgIqwSpxGZA9F; desc @@ 1.2 log @catpoint: use FAKE_CURSES instead of patch Suggested by jperkin@@, thanks @ text @$NetBSD: patch-Makefile,v 1.1 2024/05/11 15:34:57 wiz Exp $ Always link against libcurses and let the pkgsrc framework decide which library it provides. --- Makefile.orig 2020-12-20 18:01:30.000000000 +0000 +++ Makefile @@@@ -13,7 +13,7 @@@@ MANPREFIX = ${PREFIX}/share/man # use system flags. CATPOINT_CFLAGS = ${CFLAGS} CATPOINT_CPPFLAGS = ${CPPFLAGS} -D_DEFAULT_SOURCE -CATPOINT_LDFLAGS = ${LDFLAGS} -lncursesw +CATPOINT_LDFLAGS = ${LDFLAGS} -lcurses # Gentoo #CATPOINT_LDFLAGS = ${LDFLAGS} -lncursesw -ltinfow @ 1.1 log @catpoint: fix build Tried linking against ncursesw. @ text @d1 1 a1 1 $NetBSD$ @