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/cee2f4576c67
branches:  trunk
changeset: 811920:cee2f4576c67
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 202742416994 -r cee2f4576c67 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