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
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