tg_owt: broken on big endian
This commit is contained in:
parent
3ceed4624b
commit
2b794895a9
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="#errors in audio data parsers"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_libyuv_commit}.tar.gz -C ${wrksrc}/src/third_party/libyuv
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue