aboutsummaryrefslogtreecommitdiffstats
path: root/audio/webrtc-audio-processing2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/webrtc-audio-processing2/Makefile')
-rw-r--r--audio/webrtc-audio-processing2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/webrtc-audio-processing2/Makefile b/audio/webrtc-audio-processing2/Makefile
index 6194521ab7db..b5720bc2307c 100644
--- a/audio/webrtc-audio-processing2/Makefile
+++ b/audio/webrtc-audio-processing2/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libabsl_strings.so:devel/abseil
USES= compiler:c++17-lang meson pkgconfig
USE_LDCONFIG= yes
-MESON_ARGS= ${ARCH:Mi386:C/.+/-Dinline-sse=false/} \
- ${ARCH:Narmv?:Naarch64:C/.+/-Dneon=disabled/}
+MESON_DISABLED= ${ARCH:Narmv?:Naarch64:C/.+/neon/}
+MESON_FALSE= ${ARCH:Mi386:C/.+/inline-sse/}
.include <bsd.port.mk>