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:
parent
a564992a3f
commit
0cf3e3b7fe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user