summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorPeter Elliott <pelliott@ualberta.ca>2020-07-11 18:06:07 -0600
committerAndreas Kling <kling@serenityos.org>2020-07-12 21:03:16 +0200
commitf87cf701a463480b4c00bad9bb6cc11ee004ac53 (patch)
tree59f0ecea1f0805797f73bfc58dc4a95d73c62eae /Ports
parent85e7bfc047546a130369e555741babd58f88dd61 (diff)
downloadserenity-f87cf701a463480b4c00bad9bb6cc11ee004ac53.zip
Ports: Build ncurses with sigwinch enabled
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/ncurses/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/ncurses/package.sh b/Ports/ncurses/package.sh
index aea4214e9a..3d3d00aa4a 100755
--- a/Ports/ncurses/package.sh
+++ b/Ports/ncurses/package.sh
@@ -2,7 +2,7 @@
port=ncurses
version=6.1
useconfigure=true
-configopts="--with-termlib --enable-pc-files --with-pkg-config=/usr/local/lib/pkgconfig --with-pkg-config-libdir=/usr/local/lib/pkgconfig --without-ada"
+configopts="--with-termlib --enable-pc-files --with-pkg-config=/usr/local/lib/pkgconfig --with-pkg-config-libdir=/usr/local/lib/pkgconfig --without-ada --enable-sigwinch"
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz
http://ftp.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz.sig ncurses-${version}.tar.gz.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"