pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh Remove unnecessary hack to force the confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe647ecfdc01
branches:  trunk
changeset: 539246:fe647ecfdc01
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Mar 02 07:08:39 2008 +0000

description:
Remove unnecessary hack to force the configure script to use only our
termcap library -- revision 1.2 of termcap.buildlink3.mk already fixes
this issue.

diffstat:

 shells/tcsh/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 7122202ca696 -r fe647ecfdc01 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile      Sun Mar 02 07:07:43 2008 +0000
+++ b/shells/tcsh/Makefile      Sun Mar 02 07:08:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2008/02/29 22:42:02 jlam Exp $
+# $NetBSD: Makefile,v 1.62 2008/03/02 07:08:39 jlam Exp $
 #
 
 DISTNAME=      tcsh-6.15.00
@@ -30,8 +30,6 @@
 LOWER_OPSYS=   solaris${OS_VER_cmd:sh}
 .endif
 
-CONFIGURE_ENV+=        ac_cv_search_tgetent=${BUILDLINK_LDADD.termcap:Q}
-
 PKG_SHELL?=    bin/tcsh
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index