From 350d3cbb0a5eea476b7b70865b860b0bf7ae4dd0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 5 Jun 2015 09:02:49 +0000 Subject: [PATCH] ncurses: force disable manpage compression (required for bootstrapping). --- srcpkgs/ncurses/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 64c501ea71..c7a36c7749 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -1,7 +1,7 @@ # Template build file for 'ncurses'. pkgname=ncurses version=5.9 -revision=13 +revision=14 short_desc="A System V Release 4.0 curses emulation library" maintainer="Juan RP " homepage="http://www.gnu.org/software/ncurses/" @@ -28,7 +28,8 @@ do_configure() { export CFLAGS="$CFLAGS -fPIC" ../configure ${configure_args} \ --enable-widec --with-shared --without-debug \ - --with-manpage-symlinks --without-ada --enable-ext-colors \ + --with-manpage-symlinks --with-manpage-format=normal \ + --without-ada --enable-ext-colors \ --without-tests --enable-pc-files \ PKG_CONFIG=/usr/bin/pkg-config