- Fix package build on pointyhat and other environments where

there is no controlling tty by adding --with-tcsetpgrp argument
  to CONFIGURE_ARGS

Pointed by:	pointyhat (via kris, krion)
Submitted by:	eik (based on)
Approved by:	portmgr (eik)
This commit is contained in:
Sergei Kolobov 2004-09-27 12:20:52 +00:00
parent f11bb0d97f
commit 09bcb2273b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118457

View file

@ -61,7 +61,8 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-etcdir=${ZSH_ETCDIR} --with-curses-terminfo \
CONFIGURE_ARGS= --with-curses-terminfo --with-tcsetpgrp \
--enable-etcdir=${ZSH_ETCDIR} \
--enable-fndir=${ZSH_FNDIR} --enable-function-subdirs \
--enable-site-fndir=${ZSH_SITEFNDIR}