On Thu, 25 Jan 2024 14:59:33 +0300
"Sergey V. Dyatko" <[email protected]> wrote:
> Hi,
>
> After 2080c2eddaca4fa188668ae9fe8d76e0461378c3 I'm unable to build
> graphics/mesa-libs because host I'm using doesn't support kcmp(2), it is
> FreeBSD 15.0-CURRENT #24 main-n265517-37236ab7e4e8-dirty
> It seems that _supported_ X.Y-RELEASE doens't have it too and we
> should have if in Makefile.common. Isn't it?
>
> --
> wbr, Sergey
>
As minimum, for 15:
if ${OSVERSION} >=1500012
PATCHFILES+= 7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch:-p1 #
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27184
endif
--
wbr, Sergey