fix ncurses.

This commit is contained in:
shitpad
2026-02-02 20:56:27 +01:00
parent 325cd1e007
commit 2fea480bb0

View File

@@ -1,7 +1,7 @@
VERSION=6.4
URL=https://ftp.gnu.org/gnu/ncurses/ncurses-6.4.tar.gz
SOURCE_TYPE=tarball
BUILD=./configure --prefix=/usr && make
BUILD=./configure --prefix=/usr --without-cxx-binding && make
INSTALL=make install
DEPS=
SYSTEM_PROVIDED=no