Date: Mon, 4 Sep 2023 17:18:33 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 26c2f4ae2d08 - main - audio/noise-suppression-for-voice-lv2: Disable tests during build Message-ID: <202309041718.384HIXPo064125@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=26c2f4ae2d08ac54254aaebe90b1467439e831ff commit 26c2f4ae2d08ac54254aaebe90b1467439e831ff Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-09-04 16:19:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-09-04 17:18:31 +0000 audio/noise-suppression-for-voice-lv2: Disable tests during build --- audio/noise-suppression-for-voice-lv2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/noise-suppression-for-voice-lv2/Makefile b/audio/noise-suppression-for-voice-lv2/Makefile index 7027054e169f..a0f8bc7825e6 100644 --- a/audio/noise-suppression-for-voice-lv2/Makefile +++ b/audio/noise-suppression-for-voice-lv2/Makefile @@ -20,7 +20,8 @@ USES= cmake compiler:c11 pkgconfig USE_GITHUB= yes GH_ACCOUNT= werman -CMAKE_OFF= BUILD_VST_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65 +CMAKE_OFF= BUILD_TESTS +CMAKE_OFF+= BUILD_VST_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65 CXXFLAGS+= -DJUCE_CUSTOM_VST3_SDK=1 PLIST_SUB= XARCH=${ARCH:S/amd64/x86_64/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309041718.384HIXPo064125>