maintainer-feedback requested: [Bug 259801] graphics/cairo: build fails on recent 14-CURRENT

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Nov 2021 19:41:56 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 259801: graphics/cairo: build fails on recent 14-CURRENT
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259801



--- Description ---
cairo-perf-micro.c:418:5: error: unknown type name 'cpu_set_t'; did you mean
'cpuset_t'?
    cpu_set_t affinity;
    ^~~~~~~~~
    cpuset_t
/usr/include/sys/_cpuset.h:50:24: note: 'cpuset_t' declared here
typedef struct _cpuset cpuset_t;
		       ^
1 error generated.