pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi As on NetBSD, force vi_cv_sys5_pty=no on D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/696774baf00d
branches:  trunk
changeset: 499159:696774baf00d
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Sep 11 18:08:02 2005 +0000

description:
As on NetBSD, force vi_cv_sys5_pty=no on Darwin to fix build on 10.4.

diffstat:

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

diffs (19 lines):

diff -r 9f72375820d1 -r 696774baf00d editors/nvi/Makefile
--- a/editors/nvi/Makefile      Sun Sep 11 17:01:14 2005 +0000
+++ b/editors/nvi/Makefile      Sun Sep 11 18:08:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/07/12 20:19:35 kristerw Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/11 18:08:02 schmonz Exp $
 #
 
 DISTNAME=      nvi-1.81.5
@@ -19,6 +19,9 @@
 .  endif
 # 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} == "Darwin"
+CONFIGURE_ENV+=                vi_cv_sys5_pty=no
 .endif
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/build.unix



Home | Main Index | Thread Index | Old Index