Date: Mon, 5 Jun 2023 16:23:21 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: b80a38fb857d - main - multimedia/librist: Use meson's --reconfigure in test target Message-ID: <202306051623.355GNL3e000338@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051623.355GNL3e000338>