Re: git: 4458b6d2d931 - main - x11/mako: Fix build with llvm16
Date: Sun, 03 Sep 2023 11:28:43 UTC
Muhammad Moinur Rahman <bofh@FreeBSD.org> writes:
> +.include <bsd.port.options.mk>
> +
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400097
> +CFLAGS+= -D__BSD_VISIBLE -D__XSI_VISIBLE
> +.endif
Looks like a workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373
I plan revert this after https://reviews.freebsd.org/D41641 lands.