pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  4 07:42:05 UTC 2023

Modified Files:
        pkgsrc/shells/fish: Makefile

Log Message:
fish: link against terminfo

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

Needed by binutils 2.39.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/shells/fish/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.38 pkgsrc/shells/fish/Makefile:1.39
--- pkgsrc/shells/fish/Makefile:1.38    Mon Aug 22 19:15:17 2022
+++ pkgsrc/shells/fish/Makefile Wed Jan  4 07:42:05 2023
@@ -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 @@ CPPFLAGS+=            -DHAVE_BACKTRACE_SYMBOLS
 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