From ff25c644dec13085568131859d92682ff2b71819 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 16 May 2018 15:38:53 +0200 Subject: [PATCH] fribidi: Do not build documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Work around the configuration error below. It’s also what BLFS does [1]. ``` checking for c2man... no configure: error: c2man is required to build documentation ``` [1]: http://www.linuxfromscratch.org/blfs/view/svn/general/fribidi.html --- fribidi.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fribidi.be0 b/fribidi.be0 index 3b5d970a8..a08d66e96 100755 --- a/fribidi.be0 +++ b/fribidi.be0 @@ -53,9 +53,10 @@ SRCURL[0]="https://github.com/fribidi/fribidi/releases/download/v${PKGVERSION}/f # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-docs +} #mee_build() { # bee_build