pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/bvi
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 7 09:22:36 UTC 2020
Modified Files:
pkgsrc/editors/bvi: Makefile
Log Message:
bvi: include termcap and, on NetBSD, link against libtermcap for tgetstr()
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/editors/bvi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/bvi/Makefile
diff -u pkgsrc/editors/bvi/Makefile:1.31 pkgsrc/editors/bvi/Makefile:1.32
--- pkgsrc/editors/bvi/Makefile:1.31 Fri Mar 20 11:57:33 2020
+++ pkgsrc/editors/bvi/Makefile Tue Apr 7 09:22:36 2020
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/03/20 11:57:33 nia Exp $
-#
+# $NetBSD: Makefile,v 1.32 2020/04/07 09:22:36 wiz Exp $
DISTNAME= bvi-1.4.1.src
PKGNAME= bvi-1.4.1
@@ -14,5 +13,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= YES
MAKE_ENV+= SHELL=${SH:Q}
+LDFLAGS.NetBSD+= -ltermcap # tgetstr()
+
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index