faust: broken on big endian
This commit is contained in:
parent
a23c45f96b
commit
fe77cc1177
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user