[Bug 283530] x11/pixman: Update to 0.44.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 28 Dec 2024 19:48:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283530

--- Comment #5 from Tijl Coosemans <tijl@FreeBSD.org> ---
(In reply to Daniel Engberg from comment #4)
Do you mean something like this for each arch?

.if ${ARCH} == armv6
MESON_ARGS+= -Darm-simd=enabled \
             -Dopenmp=disabled
.else
MESON_ARGS+= -Darm-simd=disabled
.endif

I've run unit tests on armv7, aarch64, amd64, and i386.

-- 
You are receiving this mail because:
You are the assignee for the bug.