1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

audio/raul: Correction

This commit is contained in:
Yuri Victorovich 2023-06-05 09:23:03 -07:00
parent b80a38fb85
commit d57e023359

View File

@ -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>