git: 26c2f4ae2d08 - main - audio/noise-suppression-for-voice-lv2: Disable tests during build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 17:18:33 UTC
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/}