diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-06-05 16:15:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-06-05 16:15:00 +0000 |
commit | 815be680860587cf41a3e6748e3ff3d3cb75b28e (patch) | |
tree | 97686133366e8c91086225f0e656b63dcc59ac99 | |
parent | 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9 (diff) | |
download | ports-815be680860587cf41a3e6748e3ff3d3cb75b28e.tar.gz ports-815be680860587cf41a3e6748e3ff3d3cb75b28e.zip |
audio/raul: Use meson's --reconfigure in test target
-rw-r--r-- | audio/raul/Makefile | 3 |
1 files changed, 1 insertions, 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> |