git: 0cf3e3b7fec4 - main - math/cglm: fix inheritance of old MESON_ARGS

Jan Beich jbeich at FreeBSD.org
Sat Aug 28 08:58:11 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cf3e3b7fec401cfc316e42809d2f5696a899839

commit 0cf3e3b7fec401cfc316e42809d2f5696a899839
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-28 08:53:58 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-28 08:57:30 +0000

    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.
---
 math/cglm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/cglm/Makefile b/math/cglm/Makefile
index 224003824464..75588a6827ea 100644
--- a/math/cglm/Makefile
+++ b/math/cglm/Makefile
@@ -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
 


More information about the dev-commits-ports-main mailing list