summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2021-09-27 00:37:03 +0200
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-10-15 21:50:19 -0700
commit8ced224f04f8cc9fec730fdd65e0b2b1d7b1d21b (patch)
tree06cf871f1ba8f85383690222d9ab160b98b4dfc2 /Ports
parent420bdccf0b528152b29aa3a1cdfc1abf889655ac (diff)
downloadserenity-8ced224f04f8cc9fec730fdd65e0b2b1d7b1d21b.zip
Ports: Enable wide-char support for ncurses
Hello ncursesw!
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/ncurses/package.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ports/ncurses/package.sh b/Ports/ncurses/package.sh
index bd8b6fa8bc..121317c50f 100755
--- a/Ports/ncurses/package.sh
+++ b/Ports/ncurses/package.sh
@@ -10,6 +10,8 @@ configopts=(
"--with-pkg-config-libdir=/usr/local/lib/pkgconfig"
"--with-shared"
"--without-ada"
+ "--enable-widec"
+ "--disable-lib-suffixes"
)
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d"
auth_type="sha256"