git: 815be6808605 - main - audio/raul: Use meson's --reconfigure in test target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 16:15:31 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=815be680860587cf41a3e6748e3ff3d3cb75b28e
commit 815be680860587cf41a3e6748e3ff3d3cb75b28e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-05 16:15:00 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-05 16:15:00 +0000
audio/raul: Use meson's --reconfigure in test target
---
audio/raul/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/audio/raul/Makefile b/audio/raul/Makefile
index 6aa28138d07f..4073da43c88c 100644
--- a/audio/raul/Makefile
+++ b/audio/raul/Makefile
@@ -20,8 +20,7 @@ NO_ARCH= yes
do-test: # Tests fail to configure, see https://github.com/drobilla/raul/issues/2
@cd ${WRKSRC} && \
- ${RM} -rf _build && \
- ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtests=enabled && \
+ ${SETENV} ${CONFIGURE_ENV} --reconfigure ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtests=enabled && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
.include <bsd.port.mk>