diff --git a/srcpkgs/freerdp3/template b/srcpkgs/freerdp3/template index cb69c11f95b..e056370509c 100644 --- a/srcpkgs/freerdp3/template +++ b/srcpkgs/freerdp3/template @@ -51,7 +51,7 @@ if [ "$build_option_webview" -a -z "$build_option_sdl2" ]; then fi case "$XBPS_TARGET_MACHINE" in - i686*|x86_64*) configure_args+=" -DWITH_SSE2=ON" ;; + x86_64*) configure_args+=" -DWITH_SSE2=ON" ;; arm*) configure_args+=" -DUSE_UNWIND=OFF -DWITH_NEON=OFF" ;; esac