git: e4da2a2fcba9 - main - audio/rtaudio: Remove comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Jul 2023 18:05:58 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4da2a2fcba9e26e058494833063a03dbae2b40a commit e4da2a2fcba9e26e058494833063a03dbae2b40a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-22 15:42:47 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-22 18:05:55 +0000 audio/rtaudio: Remove comment --- audio/rtaudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/rtaudio/Makefile b/audio/rtaudio/Makefile index ae310cf00e4e..6472c5c37c48 100644 --- a/audio/rtaudio/Makefile +++ b/audio/rtaudio/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= thestk CXXFLAGS+= -I${STAGEDIR}${PREFIX}/include/rtaudio # hack for tests -CMAKE_TESTING_ON= RTAUDIO_BUILD_TESTING # tests fail to compile, see https://github.com/thestk/rtaudio/issues/403 +CMAKE_TESTING_ON= RTAUDIO_BUILD_TESTING OPTIONS_MULTI= AUDIO_BACKEND OPTIONS_MULTI_AUDIO_BACKEND= ALSA JACK OSS PULSEAUDIO