1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

audio/noise-suppression-for-voice-lv2: Disable tests during build

This commit is contained in:
Yuri Victorovich 2023-09-04 09:19:28 -07:00
parent f253a84c54
commit 26c2f4ae2d

View File

@ -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/}