mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
faust: broken on big endian
This commit is contained in:
parent
a23c45f96b
commit
fe77cc1177
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ case $XBPS_TARGET_MACHINE in
|
||||||
*-musl) makedepends+=" libexecinfo-devel";;
|
*-musl) makedepends+=" libexecinfo-devel";;
|
||||||
esac
|
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() {
|
post_install() {
|
||||||
mv $PKGDESTDIR/usr/share/faust $PKGDESTDIR/usr/lib
|
mv $PKGDESTDIR/usr/share/faust $PKGDESTDIR/usr/lib
|
||||||
vcopy examples usr/lib/${pkgname}
|
vcopy examples usr/lib/${pkgname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue