mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
parent
f11bb0d97f
commit
09bcb2273b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118457
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue