ladybird/Ports/ncurses
Jelle Raaijmakers 91ad7754fe Ports: Compile ncurses with --enable-term-driver
In commit ba97548686 `--with-termlib` was added to produce a
`libtinfo.a` file that nano then required. However, this causes ncurses
to build with _only_ screen-pointer ext funcs: e.g.
`reset_prog_mode_sp` exists, but `reset_prog_mode` does not.

By switching to `--enable-term-driver`, all functions are properly
exported again and the nano port compiles and runs just fine. :^)
2021-10-02 21:07:47 +01:00
..
patches Ports: Compile ncurses as a shared library 2021-08-09 20:08:36 +02:00
package.sh Ports: Compile ncurses with --enable-term-driver 2021-10-02 21:07:47 +01:00