ports/ncurses: Add c++ bindings

This commit is contained in:
Bananymous 2025-07-30 00:29:12 +03:00
parent 07e4e764a0
commit 56d701492b
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ CONFIGURE_OPTIONS=(
'--with-shared'
'--without-ada'
'--without-manpages'
'--without-dlsym'
'--without-cxx-binding'
CFLAGS='-std=c17'
)
post_install() {