pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nvi Do not use sys/select.h on DragonFly, it g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76c8a5e91aca
branches:  trunk
changeset: 504347:76c8a5e91aca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 09 16:01:55 2005 +0000

description:
Do not use sys/select.h on DragonFly, it got broken by the
(also included) sys/queue.h.

diffstat:

 editors/nvi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 750d79923122 -r 76c8a5e91aca editors/nvi/Makefile
--- a/editors/nvi/Makefile      Fri Dec 09 16:01:10 2005 +0000
+++ b/editors/nvi/Makefile      Fri Dec 09 16:01:55 2005 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index