1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

graphics/mesa-dri: switch to llvm90 on powerpc64

It fixes some graphic crashes.
This commit is contained in:
Piotr Kubaj 2020-03-16 19:57:41 +00:00
parent dee60f8ea2
commit b319705268
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528541
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= mesa-dri
PORTVERSION= ${MESAVERSION}
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= graphics
COMMENT= OpenGL hardware acceleration drivers for DRI2+

View File

@ -77,7 +77,9 @@ INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
.if ${ARCH} == powerpc64
LLVM_DEFAULT= 90
.elif ${LLVM_DEFAULT:S,-devel,990,} >= 90
LLVM_DEFAULT= 80
.endif