Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help

URL: https://cgit.FreeBSD.org/ports/commit/?id=5170d67b54baf43b649cbccd042764b39dd831c2

commit 5170d67b54baf43b649cbccd042764b39dd831c2
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-11-24 08:20:28 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-11-24 22:02:45 +0000

    audio/webrtc-audio-processing2: simplify MESON_ARGS after 5cf2c031f53e
---
 audio/webrtc-audio-processing2/Makefile | 4 ++--
 1 file 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>