diff --git a/srcpkgs/webrtc-audio-processing/template b/srcpkgs/webrtc-audio-processing/template index e5277d17e0b..e8d6f805c35 100644 --- a/srcpkgs/webrtc-audio-processing/template +++ b/srcpkgs/webrtc-audio-processing/template @@ -13,7 +13,7 @@ distfiles="${FREEDESKTOP_SITE}/pulseaudio/webrtc-audio-processing/webrtc-audio-p checksum=95552fc17faa0202133707bbb3727e8c2cf64d4266fe31bfdb2298d769c1db75 # Upstream issue: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5 -if [ "$XBPS_MACHINE" = "i686" ]; then +if [[ "$XBPS_TARGET_MACHINE" = "i686"* ]]; then CXXFLAGS="-DPFFFT_SIMD_DISABLE=1" CFLAGS="-DPFFFT_SIMD_DISABLE=1" fi