diff --git a/srcpkgs/ppsspp/template b/srcpkgs/ppsspp/template index f15ef5c3c4d..17081ce1583 100644 --- a/srcpkgs/ppsspp/template +++ b/srcpkgs/ppsspp/template @@ -36,7 +36,7 @@ checksum="a7011feb0480a352d60e6a3c939d88d4d2e3a2e76620886b183aa2cb36f910de case $XBPS_TARGET_MACHINE in x86_64* | i686*) configure_args+=" -DUNITTEST=ON";; armv[67]*) broken="SDL2 is not build against x11";; - ppc64*) broken="No JIT support";; + ppc*) broken="No JIT support";; *) configure_args+=" -DUNITTEST=OFF";; esac