summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-25 03:47:51 +0000
committerjlam <jlam@pkgsrc.org>2006-01-25 03:47:51 +0000
commit699a4aaefb3e93fdce910cb907f30bcd0eae58ca (patch)
tree018faeba12791b0f2e0c9b238c607cc76878e5a4 /security
parent5e97d64f8bcc27fbec727194acfd0c9729d23a2a (diff)
downloadpkgsrc-699a4aaefb3e93fdce910cb907f30bcd0eae58ca.tar.gz
Force Heimdal to compile its own compile_et by telling the configure
script not to find any system-installed compile_et. (This should really be done by using our own PATH that doesn't include any system paths, but we're not quite ready to do that yet.)
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 411c2dcc21f..b0873efa3d2 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2006/01/24 18:56:23 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2006/01/25 03:47:51 jlam Exp $
DISTNAME= heimdal-0.7.1
PKGREVISION= 2
@@ -37,6 +37,9 @@ CFLAGS.Darwin+= -DBIND_8_COMPAT
OPSYSVARS+= CONFIGURE_ENV
CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h=no
+# Force building and installing Heimdal's own compile_et.
+CONFIGURE_ENV+= COMPILE_ET=no
+
.include "../../mk/bsd.prefs.mk"
# Heimdal's configure script expects to find the readline.h header as