Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Comment out LIBDPLIBS so that this can be buil...
details:   https://anonhg.NetBSD.org/src/rev/5a4c62cb844c
branches:  trunk
changeset: 994667:5a4c62cb844c
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Nov 18 01:22:49 2018 +0000
description:
Comment out LIBDPLIBS so that this can be built outside of the tree.
diffstat:
 lib/libcurses/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r efb88effdb15 -r 5a4c62cb844c lib/libcurses/Makefile
--- a/lib/libcurses/Makefile    Sun Nov 18 01:19:29 2018 +0000
+++ b/lib/libcurses/Makefile    Sun Nov 18 01:22:49 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.86 2018/10/25 10:36:56 uwe Exp $
+#      $NetBSD: Makefile,v 1.87 2018/11/18 01:22:49 uwe Exp $
 #      @(#)Makefile    8.2 (Berkeley) 1/2/94
 
 .include <bsd.own.mk>
@@ -39,7 +39,7 @@
 INCS=  curses.h unctrl.h
 INCSDIR=/usr/include
 
-LIBDPLIBS+=    terminfo        ${.CURDIR}/../libterminfo
+# LIBDPLIBS+=  terminfo        ${.CURDIR}/../libterminfo
 
 .if !defined(DISABLE_WCHAR)
 CPPFLAGS+=-DHAVE_WCHAR
Home |
Main Index |
Thread Index |
Old Index