mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
x11/pixman: Constrain to LLVM <= 19 on i386
PR: 295268 Tested by: Dan Kotowski <dan.kotowski@a9development.com>
This commit is contained in:
+4
-1
@@ -10,7 +10,10 @@ WWW= https://pixman.org
|
|||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
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 \
|
MESON_ARGS= -Dloongson-mmi=disabled \
|
||||||
-Dgtk=disabled \
|
-Dgtk=disabled \
|
||||||
-Ddemos=disabled \
|
-Ddemos=disabled \
|
||||||
|
|||||||
Reference in New Issue
Block a user