mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
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:
parent
435c53ee1c
commit
07075ac0c2
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue