fish: remove incorrect workaround

libterminfo symbols are used directly by fish, so this is not
a problem in pkgsrc or curses.

Fixed properly in patch-cmake_ConfigureChecks.cmake
This commit is contained in:
wiz 2023-05-16 19:55:32 +00:00
parent 9d1a05a214
commit 7d1e7134f3

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.43 2023/05/09 23:23:37 dholland Exp $
# $NetBSD: Makefile,v 1.44 2023/05/16 19:55:32 wiz Exp $
DISTNAME= fish-3.6.1
CATEGORIES= shells
@ -49,16 +49,7 @@ REPLACE_PYTHON= share/tools/create_manpage_completions.py
post-extract:
${MV} ${WRKSRC}/version ${WRKSRC}/version.txt
# At least on NetBSD (likely elsewhere in the long run too), when
# using base curses explicitly also link against terminfo. This is
# needed by search changes in binutils 2.39. Skip if using ncurses as
# ncurses has its own arrangements. XXX: this should really be wedged
# into the buildlink magic.
.include "../../mk/curses.buildlink3.mk"
.if ${CURSES_TYPE} == "curses"
LIBS.NetBSD+= -lterminfo
.endif
.include "../../devel/cmake/build.mk"
.include "../../devel/pcre2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"