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
Notes:
sideshowbarker
2024-07-19 11:11:45 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ba97548686b
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
port=ncurses
|
||||
version=6.1
|
||||
useconfigure=true
|
||||
configopts="--with-termlib"
|
||||
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz ncurses-6.1.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue