Ports/gettext: Explicitly disable curses support

This makes the build behave the consistent regardless of whether
`ncurses` or `termcap` was previously installed or not.
This commit is contained in:
Tim Ledbetter 2023-08-25 18:54:21 +01:00 committed by Tim Schumacher
parent 435c53ee1c
commit 07075ac0c2

View file

@ -8,3 +8,6 @@ files=(
depends=("libiconv")
use_fresh_config_sub='true'
config_sub_paths=("build-aux/config.sub" "libtextstyle/build-aux/config.sub")
configopts=(
'--disable-curses'
)