diff options
author | obache <obache@pkgsrc.org> | 2011-01-10 11:06:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-10 11:06:29 +0000 |
commit | 728f3889ffbd2583c7c321fe510877e025c75d03 (patch) | |
tree | d3c0858aeba6491036450cdd42311ad3ea22112a /editors/nvi | |
parent | c2199f24fd784126f8228fad1110affd95bffc0b (diff) | |
download | pkgsrc-728f3889ffbd2583c7c321fe510877e025c75d03.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/Makefile | 3 |
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 |