renderdoc: broken on ppc32

This commit is contained in:
q66 2020-01-10 17:44:19 +01:00
parent a09c19d4ad
commit 0b2e499aca

View file

@ -19,7 +19,9 @@ distfiles="https://github.com/baldurk/${pkgname}/archive/v${version}.tar.gz"
checksum=9a78951f386fb7c3ecf7df6919d300db59719d14f0621438963ae30a75d33677
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="This package uses execinfo.h which is not available on musl"
*-musl) broken="This package uses execinfo.h which is not available on musl" ;;
ppc64*) ;;
ppc*) broken="undefined reference to '__sync_add_and_fetch_8'" ;;
esac
if [ "$CROSS_BUILD" ]; then