pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/fish fish: link against terminfo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e57f280ff87
branches:  trunk
changeset: 391143:8e57f280ff87
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 04 07:42:05 2023 +0000

description:
fish: link against terminfo

For now, only on NetBSD - probably needed on all platforms?

Needed by binutils 2.39.

diffstat:

 shells/fish/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d5a9dc7ead71 -r 8e57f280ff87 shells/fish/Makefile
--- a/shells/fish/Makefile      Wed Jan 04 02:26:47 2023 +0000
+++ b/shells/fish/Makefile      Wed Jan 04 07:42:05 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/08/22 19:15:17 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2023/01/04 07:42:05 wiz Exp $
 
 DISTNAME=              fish-3.5.1
 CATEGORIES=            shells
@@ -29,6 +29,7 @@
 CXXFLAGS.NetBSD+=      -fpermissive
 LDFLAGS+=              -lexecinfo
 .endif
+LDFLAGS.NetBSD+=       -lterminfo
 
 # Upstream intentionally omits open.1 on Darwin, but adds realpath.1
 PLIST_VARS+=   open realpath



Home | Main Index | Thread Index | Old Index