Re: git: cbae1dc4de45 - main - security/libsecret: fix build by accounting for cmsgcred

From: Charlie Li <vishwin_at_freebsd.org>
Date: Tue, 10 Jun 2025 21:35:32 UTC
Charlie Li wrote:
> -.include <bsd.port.pre.mk>
> +# see PR 287429 / https://gitlab.gnome.org/GNOME/libsecret/-/issues/106
> +MESON_ARGS+=	-Dc_args="-DHAVE_CMSGCRED"
>   
> -.if ${COMPILER_TYPE} == clang
> -CFLAGS+=	-Wno-incompatible-function-pointer-types
> -.endif
> -
> -.include <bsd.port.post.mk>
> +.include <bsd.port.mk>
should also include:

While here, remove stale -Wno-incompatble-function-pointer-types from 
when lang/vala and LLVM 16 clashed.

-- 
Charlie Li
...nope, still don't have an exit line.