ports/ncurses: Add c++ bindings
This commit is contained in:
parent
07e4e764a0
commit
56d701492b
|
@ -13,8 +13,7 @@ CONFIGURE_OPTIONS=(
|
||||||
'--with-shared'
|
'--with-shared'
|
||||||
'--without-ada'
|
'--without-ada'
|
||||||
'--without-manpages'
|
'--without-manpages'
|
||||||
'--without-dlsym'
|
CFLAGS='-std=c17'
|
||||||
'--without-cxx-binding'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue