git: 40d743969276 - main - x11/pixman: Constrain to LLVM <= 19 on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jun 2026 20:14:11 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=40d7439692762113ce1b91fe18fae8b2b86d25ba
commit 40d7439692762113ce1b91fe18fae8b2b86d25ba
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-05-30 18:44:47 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-06-01 20:14:07 +0000
x11/pixman: Constrain to LLVM <= 19 on i386
PR: 295268
Tested by: Dan Kotowski <dan.kotowski@a9development.com>
---
x11/pixman/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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 \