Do not use sys/select.h on DragonFly, it got broken by the
(also included) sys/queue.h.
This commit is contained in:
parent
ce59777d41
commit
e26a4bd45e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2005/12/05 20:50:10 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2005/12/09 16:01:55 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nvi-1.81.5
|
||||
|
@ -20,6 +20,8 @@ CONFIGURE_ENV+= vi_cv_include_sys_select=no
|
|||
# XXX ignore NetBSD 2.0F and later's granpt(2) and SysV pty for just now
|
||||
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
|
||||
.elif ${OPSYS} == "Darwin"
|
||||
CONFIGURE_ENV+= vi_cv_sys5_pty=no
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue