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:
parent
dee60f8ea2
commit
b319705268
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528541
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mesa-dri
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= OpenGL hardware acceleration drivers for DRI2+
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user