pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs-snapshot



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 16 14:17:05 UTC 2020

Modified Files:
        pkgsrc/editors/emacs-snapshot: Makefile

Log Message:
emacs-snapshot: needs a termcap implementation

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


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/editors/emacs-snapshot/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/emacs-snapshot/Makefile
diff -u pkgsrc/editors/emacs-snapshot/Makefile:1.97 pkgsrc/editors/emacs-snapshot/Makefile:1.98
--- pkgsrc/editors/emacs-snapshot/Makefile:1.97 Tue Mar 10 22:09:41 2020
+++ pkgsrc/editors/emacs-snapshot/Makefile      Mon Mar 16 14:17:05 2020
@@ -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 @@ pre-configure:
 .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