Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 16:23:22 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: d57e023359ad - main - audio/raul: Correction
Message-ID:  <202306051623.355GNMQg000361@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=d57e023359ad58a6b94a3e6298c11bd4a38dd189

commit d57e023359ad58a6b94a3e6298c11bd4a38dd189
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-05 16:23:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-05 16:23:03 +0000

    audio/raul: Correction
---
 audio/raul/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/raul/Makefile b/audio/raul/Makefile
index 4073da43c88c..c77aceb6b391 100644
--- a/audio/raul/Makefile
+++ b/audio/raul/Makefile
@@ -20,7 +20,7 @@ NO_ARCH=	yes
 
 do-test: # Tests fail to configure, see https://github.com/drobilla/raul/issues/2
 	@cd ${WRKSRC} && \
-		${SETENV} ${CONFIGURE_ENV} --reconfigure ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtests=enabled && \
+		${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} --reconfigure ${CONFIGURE_ARGS} -Dtests=enabled && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
 
 .include <bsd.port.mk>



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