math/cglm: fix inheritance of old MESON_ARGS

This port doesn't set MESON_ARGS, so the effect is cosmetic.
Mainly to avoid bugs in case pre-test is copied to other ports.
This commit is contained in:
Jan Beich 2021-08-28 08:53:58 +00:00
parent a564992a3f
commit 0cf3e3b7fe

View File

@ -19,7 +19,7 @@ GH_ACCOUNT= recp
pre-test:
@if [ ! -e ${WRKDIR}/.meson_build_testing ]; then \
${RM} ${CONFIGURE_COOKIE} ${BUILD_COOKIE}; \
${MAKE} -C${.CURDIR} build MESON_ARGS="`make -V MESON_ARGS` --reconfigure -Dbuild_tests=true"; \
${MAKE} -C${.CURDIR} build MESON_ARGS="${MESON_ARGS} --reconfigure -Dbuild_tests=true"; \
${TOUCH} ${WRKDIR}/.meson_build_testing; \
fi