diff --git a/srcpkgs/tg_owt/template b/srcpkgs/tg_owt/template index 140efc18f59..c772b0cbb61 100644 --- a/srcpkgs/tg_owt/template +++ b/srcpkgs/tg_owt/template @@ -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 }