pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs-snapshot emacs-snapshot: needs a termcap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9583d167941
branches:  trunk
changeset: 413196:d9583d167941
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Mar 16 14:17:05 2020 +0000

description:
emacs-snapshot: needs a termcap implementation

configure: error: The required function 'tputs' was not found in any library.

diffstat:

 editors/emacs-snapshot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 4b307023e248 -r d9583d167941 editors/emacs-snapshot/Makefile
--- a/editors/emacs-snapshot/Makefile   Mon Mar 16 14:17:04 2020 +0000
+++ b/editors/emacs-snapshot/Makefile   Mon Mar 16 14:17:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/03/10 22:09:41 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2020/03/16 14:17:05 tnn Exp $
 
 DISTNAME=      emacs-28.0.50_2020-02-10
 PKGVERSION=    28.0.50
@@ -61,4 +61,5 @@
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/libimagequant/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index