summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorobache <obache>2011-01-10 11:06:29 +0000
committerobache <obache>2011-01-10 11:06:29 +0000
commitef4287b3bc9bdf534ac534dd81323d336fc4d485 (patch)
treed3c0858aeba6491036450cdd42311ad3ea22112a /editors/nvi
parent72c71aa259b545d38de52cdb6d0f0de538f91891 (diff)
downloadpkgsrc-ef4287b3bc9bdf534ac534dd81323d336fc4d485.tar.gz
Ignore DragonFly BSD's SysV pty, same as recent NetBSD and Darwin.
fixes PR#44357.
Diffstat (limited to 'editors/nvi')
-rw-r--r--editors/nvi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index 434a2a72a89..5c0ac889f84 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2010/06/02 13:24:34 adam Exp $
+# $NetBSD: Makefile,v 1.40 2011/01/10 11:06:29 obache Exp $
DISTNAME= nvi-1.81.6
PKGREVISION= 6
@@ -31,6 +31,7 @@ CONFIGURE_ENV+= vi_cv_sys5_pty=no
# XXX also ignore it on Darwin (fixes Tiger build)
.elif ${OPSYS} == "DragonFly"
CONFIGURE_ENV+= vi_cv_include_sys_select=no
+CONFIGURE_ENV+= vi_cv_sys5_pty=no
.elif ${OPSYS} == "Darwin"
CONFIGURE_ENV+= vi_cv_sys5_pty=no
LDFLAGS+= -flat_namespace