summaryrefslogtreecommitdiff
path: root/editors/nvi/Makefile
diff options
context:
space:
mode:
authoragc <agc>2004-09-16 10:40:24 +0000
committeragc <agc>2004-09-16 10:40:24 +0000
commit075470d05b75f7750b72068ce1f46228c425c54e (patch)
tree96a98805e35e7d79888b11152cfedf843261d9d5 /editors/nvi/Makefile
parent17e9653331b44f05d53da12d7a796bceda8ca682 (diff)
downloadpkgsrc-075470d05b75f7750b72068ce1f46228c425c54e.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/nvi/Makefile')
-rw-r--r--editors/nvi/Makefile4
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