From fe77cc11775965f0702420c0da785d035ab06e0b Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 3 Aug 2022 18:54:36 +0000 Subject: [PATCH] faust: broken on big endian --- srcpkgs/faust/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/faust/template b/srcpkgs/faust/template index 8f4982b80db..682090df2fb 100644 --- a/srcpkgs/faust/template +++ b/srcpkgs/faust/template @@ -22,6 +22,10 @@ case $XBPS_TARGET_MACHINE in *-musl) makedepends+=" libexecinfo-devel";; esac +if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then + broken="xbps-src tries to strip libsndfile.a that is for arm for some reason" +fi + post_install() { mv $PKGDESTDIR/usr/share/faust $PKGDESTDIR/usr/lib vcopy examples usr/lib/${pkgname}