mkvtoolnix: broken on 32-bit ppc

This commit is contained in:
q66 2022-04-19 23:48:56 +02:00
parent e9ee501d74
commit 1ed2977f4e

View file

@ -23,6 +23,11 @@ if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
fi
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="assembler shits itself";;
esac
pre_configure() {
./autogen.sh
}