git: b80a38fb857d - main - multimedia/librist: Use meson's --reconfigure in test target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 16:23:21 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b80a38fb857d3ceabb5689e1c245c47da50ff7fd
commit b80a38fb857d3ceabb5689e1c245c47da50ff7fd
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-05 16:22:21 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-05 16:22:21 +0000
multimedia/librist: Use meson's --reconfigure in test target
---
multimedia/librist/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile
index 62c42b6f3ef9..9291e0fcb34a 100644
--- a/multimedia/librist/Makefile
+++ b/multimedia/librist/Makefile
@@ -24,8 +24,7 @@ MESON_ARGS= -Dtest=false
do-test:
@cd ${WRKSRC} && \
- ${RM} -r _build && \
- ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true && \
+ ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} --reconfigure ${CONFIGURE_ARGS} -Dtest=true && \
cd ${BUILD_WRKSRC} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test