diff options
Diffstat (limited to 'PACKAGE')
-rwxr-xr-x | PACKAGE/debian/rules | 2 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules index 895e93e0..c9a22268 100755 --- a/PACKAGE/debian/rules +++ b/PACKAGE/debian/rules @@ -90,7 +90,7 @@ configure-stamp: --enable-source-cache \ --enable-syslog \ --with-gnutls=/usr \ - --with-screen=ncursesw \ + --with-screen=ncursesw6 \ --with-textdomain=$(PACKAGE) \ --with-zlib \ --without-included-gettext \ diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 22a6ef7c..6a2ba0bc 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,4 +1,4 @@ -# $LynxId: lynx.spec,v 1.31 2015/04/15 00:19:14 tom Exp $ +# $LynxId: lynx.spec,v 1.32 2015/05/04 10:37:30 tom Exp $ Summary: A text-based Web browser Name: lynx Version: 2.8.9 @@ -80,7 +80,7 @@ CPPFLAGS="-DMISC_EXP -DEXP_HTTP_HEADERS" \ --enable-syslog \ --enable-warnings \ --with-bzlib \ - --with-screen=ncursesw \ + --with-screen=ncursesw6 \ --with-ssl \ --with-zlib make \ |