From a559dd7bc7fdedda6d339819766ebffc33d9da95 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 16 Sep 2004 10:40:24 +0000 Subject: NetBSD 2.0F and later has grantpt(3) - just ignore it for now, so that we don't try to use other System V options. Fixes bulk build problem. --- editors/nvi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index f69144c2d7e..f45b6ac43a2 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/12 11:09:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/09/16 10:40:24 agc Exp $ # DISTNAME= nvi-1.81.5 @@ -16,6 +16,8 @@ COMMENT= Berkeley nvi with additional features . if !empty(OS_VERSION:M[2-9].*) || !empty(OS_VERSION:M1.6[A-Z]*) CONFIGURE_ENV+= vi_cv_include_sys_select=no . endif +# XXX ignore NetBSD 2.0F and later's granpt(2) and SysV pty for just now +CONFIGURE_ENV+= vi_cv_sys5_pty=no .endif WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix -- cgit v1.2.3