From 328a4200068899c48bfcffdc4be01e44bb40b2ad Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 18:03:53 +0100 Subject: [PATCH] papi: broken on ppc*-musl --- srcpkgs/papi/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/papi/template b/srcpkgs/papi/template index 239cd5c34f0..f8010c4b159 100644 --- a/srcpkgs/papi/template +++ b/srcpkgs/papi/template @@ -19,6 +19,10 @@ if [ -n "$CROSS_BUILD" ]; then --with-CPU=${_ARCH} --with-arch=${_ARCH}" fi +case "$XBPS_TARGET_MACHINE" in + ppc*-musl) broken="requires non-standard __ppc_get_timebase_freq";; +esac + post_install() { vlicense ../LICENSE.txt }