pkgsrc-Bugs archive

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

Re: pkg/38709: shells/zsh{,-current} fail to build under Linux



The following reply was made to PR pkg/38709; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: cheusov%tut.by@localhost, gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/38709: shells/zsh{,-current} fail to build under Linux
Date: Wed, 21 May 2008 04:20:45 +0000

 On Tue, May 20, 2008 at 10:00:01PM +0000, cheusov%tut.by@localhost wrote:
  >  .if ${OPSYS} == "Interix"
  >  CONFIGURE_ARGS+=--without-tcsetpgrp
  > -.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly"
  > +.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux"
  >  CONFIGURE_ARGS+=--with-tcsetpgrp
  >  .endif
 
 Wouldn't that be better off just being .else? Is anything other than
 Interix lame enough to be missing job control?
 
 (Does the configure test work in NetBSD without a tty? Or have we just
 never hit it for some reason?)
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index