renderdoc: broken on ppc32
This commit is contained in:
parent
a09c19d4ad
commit
0b2e499aca
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue