summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-04 22:37:46 +0000
committerjlam <jlam>2008-03-04 22:37:46 +0000
commita0b57d1856f9f0e5d48661e69e4319e17d2ad482 (patch)
tree20d1e2134898dbb717d5f76515e99d0d5daca413 /security
parent7c164dd41f56804febd55d69d71b0feda6211562 (diff)
downloadpkgsrc-a0b57d1856f9f0e5d48661e69e4319e17d2ad482.tar.gz
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 (limited to 'security')
-rw-r--r--security/heimdal/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 95ba21c381a..ef25d742f9e 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -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 @@ OPSYSVARS+= CONFIGURE_ENV
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