summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-01-10 11:06:29 +0000
committerobache <obache>2011-01-10 11:06:29 +0000
commit514f2f083545c12b70edc75b1ea781c23cb92a93 (patch)
treed3c0858aeba6491036450cdd42311ad3ea22112a
parent330e16f9ac28cde38e5b52360ee870b485340795 (diff)
downloadpkgsrc-514f2f083545c12b70edc75b1ea781c23cb92a93.tar.gz
Ignore DragonFly BSD's SysV pty, same as recent NetBSD and Darwin.
fixes PR#44357.
-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