diff --git a/srcpkgs/fs-uae/template b/srcpkgs/fs-uae/template index 87c077cc85..8ef17a2c79 100644 --- a/srcpkgs/fs-uae/template +++ b/srcpkgs/fs-uae/template @@ -15,6 +15,11 @@ checksum=4ededc341edf12ad84e15ecfaf7942ebba12b75aec8c78fb0275d13c749f8aab nocross="./gen/genlinetoscr: cannot execute binary file: Exec format error" nopie=yes +case "$XBPS_TARGET_MACHINE" in + x86_64*|i686*) ;; + *) configure_args+=" --disable-jit" ;; +esac + post_install() { vinstall ${FILESDIR}/fs-uae.desktop 644 usr/share/applications }