From 56d701492b3eecbdd493881451414344d2fb07e2 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Wed, 30 Jul 2025 00:29:12 +0300 Subject: [PATCH] ports/ncurses: Add c++ bindings --- ports/ncurses/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/ncurses/build.sh b/ports/ncurses/build.sh index bc6d780bf7..4306ec674e 100755 --- a/ports/ncurses/build.sh +++ b/ports/ncurses/build.sh @@ -13,8 +13,7 @@ CONFIGURE_OPTIONS=( '--with-shared' '--without-ada' '--without-manpages' - '--without-dlsym' - '--without-cxx-binding' + CFLAGS='-std=c17' ) post_install() {