diff options
author | agc <agc@pkgsrc.org> | 2004-09-16 10:40:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-09-16 10:40:24 +0000 |
commit | ca8f1227859d60d74e60af3f20b475fd498e7ddf (patch) | |
tree | 96a98805e35e7d79888b11152cfedf843261d9d5 /editors | |
parent | 5dca3d482287ce669c7748d5f0fa732bdc617700 (diff) | |
download | pkgsrc-ca8f1227859d60d74e60af3f20b475fd498e7ddf.tar.gz |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |