summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-25 03:47:51 +0000
committerjlam <jlam>2006-01-25 03:47:51 +0000
commit150a97bc2f00215735c131e57b8fb1ce9936420c (patch)
tree018faeba12791b0f2e0c9b238c607cc76878e5a4 /security/heimdal
parent26ba982425f5bffe9ba50e386ae6dbfa6ce6088f (diff)
downloadpkgsrc-150a97bc2f00215735c131e57b8fb1ce9936420c.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/heimdal')
-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