From ab7055028f7e5ef353941c52593900144a1b2b64 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 22 Oct 2013 01:38:30 +0200 Subject: [PATCH] ncurses: expliticly enable gzipped manpages. --- srcpkgs/ncurses/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 8b4052ae599..d37a5b7563b 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -36,7 +36,7 @@ do_configure() { ../configure ${configure_args} \ --enable-widec --with-shared --without-debug \ --with-manpage-symlinks --without-ada --enable-ext-colors \ - --without-tests + --without-tests --with-manpage-format=gzip cd ${wrksrc}/ncurses-build # non-widec build