diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-25 03:47:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-25 03:47:51 +0000 |
commit | 038a7cece8a4979fe10d5230a9c2184cdde430d9 (patch) | |
tree | 018faeba12791b0f2e0c9b238c607cc76878e5a4 /security | |
parent | 91b886fb4600c711dbc7d3563d6ca5021d0efc60 (diff) | |
download | pkgsrc-038a7cece8a4979fe10d5230a9c2184cdde430d9.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/Makefile | 5 |
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 |