[Bug 295268] x11/pixman: MMX Support unavailable, but required

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295268

--- Comment #9 from Gleb Popov <[email protected]> ---
I think we can even go away without gcc. Don, please test this patch:

diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 852b12e73600..6f77227ccb40 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -10,7 +10,10 @@ WWW=         https://pixman.org
 LICENSE=       MIT
 LICENSE_FILE=  ${WRKSRC}/COPYING

-USES=          cpe meson pkgconfig tar:xz
+USES=          cpe ${USES_LLVM_${ARCH}} meson pkgconfig tar:xz
+# Newer Clang does not permit MMX without SSE, see PR 295268
+USES_LLVM_i386=        llvm:max=19
+
 MESON_ARGS=    -Dloongson-mmi=disabled \
                -Dgtk=disabled \
                -Ddemos=disabled \

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.