pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal Solaris 9 has a <vis.h> header, but i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f077e07a7a44
branches: trunk
changeset: 501628:f077e07a7a44
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Oct 25 01:17:57 2005 +0000
description:
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:
security/heimdal/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 74fd46f8be59 -r f077e07a7a44 security/heimdal/Makefile
--- a/security/heimdal/Makefile Tue Oct 25 00:50:47 2005 +0000
+++ b/security/heimdal/Makefile Tue Oct 25 01:17:57 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index