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"
|
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) broken="assembler shits itself";;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue