mkvtoolnix: broken on 32-bit ppc
This commit is contained in:
parent
e9ee501d74
commit
1ed2977f4e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue