ncurses: expliticly enable gzipped manpages.
This commit is contained in:
parent
7acf45909c
commit
ab7055028f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue