growlight: enable man on ppc64le-musl
This commit is contained in:
parent
15523cd193
commit
7328d59ab2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ desc_option_man="Use pandoc for manpages"
|
||||||
desc_option_zfs="Build with ZFS Support"
|
desc_option_zfs="Build with ZFS Support"
|
||||||
|
|
||||||
case "$XBPS_MACHINE" in
|
case "$XBPS_MACHINE" in
|
||||||
x86_64*|i686|ppc64le) build_options_default="man" ;;
|
x86_64*|i686|ppc64le*) build_options_default="man" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue