Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2023 18:05:58 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: e4da2a2fcba9 - main - audio/rtaudio: Remove comment
Message-ID:  <202307221805.36MI5wW6043393@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307221805.36MI5wW6043393>