pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal As of revision 1.2 of termcap.buildli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84d365ed18b5
branches:  trunk
changeset: 539415:84d365ed18b5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Mar 04 22:37:46 2008 +0000

description:
As of revision 1.2 of termcap.buildlink3.mk, "-ltermcap" is automatically
transformed into the correct set of libraries, so we no longer need to
override the configure script's check for which library has tgetent().

diffstat:

 security/heimdal/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r a170e54b7644 -r 84d365ed18b5 security/heimdal/Makefile
--- a/security/heimdal/Makefile Tue Mar 04 22:29:06 2008 +0000
+++ b/security/heimdal/Makefile Tue Mar 04 22:37:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2008/03/02 06:41:32 jlam Exp $
+# $NetBSD: Makefile,v 1.68 2008/03/04 22:37:46 jlam Exp $
 
 DISTNAME=      heimdal-1.1
 CATEGORIES=    security
@@ -47,10 +47,8 @@
 CONFIGURE_ENV.SunOS+=  ac_cv_header_vis_h=no
 
 # Heimdal's configure script expects to find the readline.h header as
-# <readline.h>.  Also force the configure script to use the terminal
-# library needed by the readline library.
+# <readline.h>.
 #
-CONFIGURE_ENV+=                ac_cv_funclib_tgetent=${BUILDLINK_LDADD.termcap:Q}
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.readline}/include/readline
 



Home | Main Index | Thread Index | Old Index