pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/readline Remove unnecessary check for the TERMCA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7122202ca696
branches:  trunk
changeset: 539245:7122202ca696
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Mar 02 07:07:43 2008 +0000

description:
Remove unnecessary check for the TERMCAP_TYPE -- revision 1.2 of
termcap.buildlink3.mk will cause all termcap libraries other than the
one we specify to not be found.

diffstat:

 devel/readline/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (19 lines):

diff -r 2215dafa6060 -r 7122202ca696 devel/readline/Makefile
--- a/devel/readline/Makefile   Sun Mar 02 07:06:20 2008 +0000
+++ b/devel/readline/Makefile   Sun Mar 02 07:07:43 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2008/02/29 22:41:13 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2008/03/02 07:07:43 jlam Exp $
 #
 
 DISTNAME=      readline-5.2
@@ -25,9 +25,4 @@
 INSTALL_TARGET=                install-libtool
 
 .include "../../mk/termcap.buildlink3.mk"
-
-.if ${TERMCAP_TYPE} == "curses"
-CONFIGURE_ARGS+=       --with-curses
-.endif
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index