mirror of
https://github.com/RGBCube/serenity
synced 2025-06-07 04:58:11 +00:00
Ports: Build ncurses with --with-termlib
This ensures that a libtinfo.a is produced, which is needed by nano.
This commit is contained in:
parent
0414e39035
commit
ba97548686
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
||||||
port=ncurses
|
port=ncurses
|
||||||
version=6.1
|
version=6.1
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
|
configopts="--with-termlib"
|
||||||
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz ncurses-6.1.tar.gz"
|
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz ncurses-6.1.tar.gz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue