diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template index 9972d9435b0..015ff1a8f8b 100644 --- a/srcpkgs/renderdoc/template +++ b/srcpkgs/renderdoc/template @@ -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