On Fri, May 16, 2025 at 3:40 PM Ronald Klop <[email protected]> wrote:
>
> Thank you for all the feedback. The suggestions made me read up on
> Mk/bsd.port.mk again and another supported solution is:
>
> +HAS_CONFIGURE= yes
> +CONFIGURE_SCRIPT= gen-config.sh
> +CONFIGURE_ARGS+= ${MOZJS_ARCH} freebsd
> +CONFIGURE_WRKSRC= ${WRKSRC}/src/third_party/mozjs
>
I was about to suggest the same, but just
CONFIGURE_CMD= ${SH} ${WRKSRC}/gen-config.sh ${MOZJS_ARCH} freebsd
>
> Would it be ok to commit this bsd.port.mk change?
Why would you want it?