diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template index b29b5fe630b..88df5425e15 100644 --- a/srcpkgs/texstudio/template +++ b/srcpkgs/texstudio/template @@ -27,6 +27,7 @@ if [ "$CROSS_BUILD" ]; then fi case "$XBPS_TARGET_MACHINE" in - aarch64*) + ppc64*) ;; + aarch64*|ppc*) configure_args+=" NO_CRASH_HANDLER=true" ;; esac