git: d57e023359ad - main - audio/raul: Correction
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 16:23:22 UTC
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>