pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/readline Linking against libedit also requires l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7c013747be9
branches:  trunk
changeset: 488259:c7c013747be9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jan 26 16:17:16 2005 +0000

description:
Linking against libedit also requires linking against libtermcap.
This was already done in the "-lreadline" case, but also needed to be
done for the "-lhistory" case.

diffstat:

 devel/readline/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9148992e312c -r c7c013747be9 devel/readline/builtin.mk
--- a/devel/readline/builtin.mk Wed Jan 26 16:17:12 2005 +0000
+++ b/devel/readline/builtin.mk Wed Jan 26 16:17:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.8 2004/11/28 06:41:04 jlam Exp $
+# $NetBSD: builtin.mk,v 1.9 2005/01/26 16:17:16 jlam Exp $
 
 _READLINE_H=           /usr/include/readline.h
 _READLINE_READLINE_H=  /usr/include/readline/readline.h
@@ -101,7 +101,7 @@
 .if !empty(USE_BUILTIN.readline:M[yY][eE][sS])
 .  if !empty(_BLNK_LIB_FOUND.readline:M[nN][oO]) && \
       !empty(_BLNK_LIB_FOUND.edit:M[yY][eE][sS])
-BUILDLINK_TRANSFORM+=          l:history:edit
+BUILDLINK_TRANSFORM+=          l:history:edit:termcap
 BUILDLINK_TRANSFORM+=          l:readline:edit:termcap
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index