Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpanel Set LIBDPLIBS in libpanel for the required curs...
details: https://anonhg.NetBSD.org/src/rev/013991f2faed
branches: trunk
changeset: 341778:013991f2faed
user: kamil <kamil%NetBSD.org@localhost>
date: Sun Nov 22 04:26:14 2015 +0000
description:
Set LIBDPLIBS in libpanel for the required curses dependency
diffstat:
lib/libpanel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e552fcd1b146 -r 013991f2faed lib/libpanel/Makefile
--- a/lib/libpanel/Makefile Sun Nov 22 04:23:32 2015 +0000
+++ b/lib/libpanel/Makefile Sun Nov 22 04:26:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/11/22 04:23:32 kamil Exp $
+# $NetBSD: Makefile,v 1.6 2015/11/22 04:26:14 kamil Exp $
WARNS= 4
@@ -27,7 +27,7 @@
SRCS+= update.c
SRCS+= window.c
-#LIBDPLIBS+= curses ${.CURDIR}/../libcurses
+LIBDPLIBS+= curses ${.CURDIR}/../libcurses
MAN= #
MAN+= move_panel.3
Home |
Main Index |
Thread Index |
Old Index