Skip to content

Commit

Permalink
fribidi: Do not build documentation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed May 23, 2018
1 parent ea4f177 commit ff25c64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fribidi.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff25c64

Please sign in to comment.