summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-25 01:17:57 +0000
committerrillig <rillig>2005-10-25 01:17:57 +0000
commitc52b11d6b6fb5af13d30387698ab86aee65841fd (patch)
tree1236dd610feafd5cdc4a3d6e0337fa1d16a16dea /security/heimdal
parentf6669608984956c4822c23b7568b9c16695f68c3 (diff)
downloadpkgsrc-c52b11d6b6fb5af13d30387698ab86aee65841fd.tar.gz
Solaris 9 has a <vis.h> header, but it is very different to the BSD <vis.h>
header, which is expected by heimdal. Now the package builds on Solaris 9.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 8fd19489ecd..d3eaee80dce 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/10/05 13:29:50 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2005/10/25 01:17:57 rillig Exp $
DISTNAME= heimdal-0.6.5
PKGREVISION= 2
@@ -28,6 +28,11 @@ CONFIGURE_ARGS+= --without-krb4
CFLAGS.Darwin+= -DBIND_8_COMPAT
+# Though Solaris has a <vis.h> header, it does something very unrelated
+# to the BSD <vis.h> header.
+OPSYSVARS+= CONFIGURE_ENV
+CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h=no
+
.include "../../mk/bsd.prefs.mk"
# Heimdal's configure script expects to find the readline.h header as