From c68aacf8083664235387c5f380da6f387e838f8e Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 1 Jan 2021 19:21:30 +0100 Subject: [PATCH] amsynth: enable man on ppc64le-musl --- srcpkgs/amsynth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/amsynth/template b/srcpkgs/amsynth/template index 30346a5b43a..8a762ee4981 100644 --- a/srcpkgs/amsynth/template +++ b/srcpkgs/amsynth/template @@ -18,5 +18,5 @@ build_options="man" desc_option_man="Use pandoc for manpages" case "$XBPS_MACHINE" in - x86_64*|i686|ppc64le) build_options_default="man" ;; + x86_64*|i686|ppc64le*) build_options_default="man" ;; esac