pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cgdb This needs tigetstr from ncurses and rl_mar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63b8f85087d9
branches:  trunk
changeset: 480405:63b8f85087d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 08 14:00:58 2004 +0000

description:
This needs tigetstr from ncurses and rl_mark and others from GNU readline,
so set USE_NCURSES and USE_GNU_READLINE. Should fix bulk build.

diffstat:

 devel/cgdb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9d40ec949f81 -r 63b8f85087d9 devel/cgdb/Makefile
--- a/devel/cgdb/Makefile       Wed Sep 08 13:38:50 2004 +0000
+++ b/devel/cgdb/Makefile       Wed Sep 08 14:00:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/05/07 01:14:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/09/08 14:00:58 wiz Exp $
 #
 
 DISTNAME=      cgdb-0.4.0
@@ -12,6 +12,8 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
+USE_NCURSES=   # tigetstr()
+USE_GNU_READLINE=      # rl_mark and others
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cgdb



Home | Main Index | Thread Index | Old Index