diff options
author | Tim Schumacher <timschumi@gmx.de> | 2021-09-27 00:37:03 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-10-15 21:50:19 -0700 |
commit | 8ced224f04f8cc9fec730fdd65e0b2b1d7b1d21b (patch) | |
tree | 06cf871f1ba8f85383690222d9ab160b98b4dfc2 /Ports | |
parent | 420bdccf0b528152b29aa3a1cdfc1abf889655ac (diff) | |
download | serenity-8ced224f04f8cc9fec730fdd65e0b2b1d7b1d21b.zip |
Ports: Enable wide-char support for ncurses
Hello ncursesw!
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/ncurses/package.sh | 2 |
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" |