aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-dri
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-10 11:54:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-10 11:54:29 +0000
commit8a99661feba729d626a0a745e6987c67fbc874dc (patch)
treee0065da87fd9a8d4db098837919ab6a1aefb9702 /graphics/mesa-dri
parente120a3ee13e09b6037334150c7e3770b99ba34a3 (diff)
downloadports-8a99661feba729d626a0a745e6987c67fbc874dc.tar.gz
ports-8a99661feba729d626a0a745e6987c67fbc874dc.zip
graphics/mesa-dri: switch powerpc64 to llvmpipe
powerpc* is left in .elif block for powerpc and powerpcspe which I didn't test.
Notes
Notes: svn path=/head/; revision=541859
Diffstat (limited to 'graphics/mesa-dri')
-rw-r--r--graphics/mesa-dri/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile
index d4d31997aea2..9bd0787b97c0 100644
--- a/graphics/mesa-dri/Makefile
+++ b/graphics/mesa-dri/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mesa-dri
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
COMMENT= OpenGL hardware acceleration drivers for DRI2+
@@ -42,7 +42,7 @@ ALL_DRI_DRIVERS= I915 I965 R100 R200 SWRAST
ALL_GALLIUM_DRIVERS= R300 R600 RADEONSI SVGA SWRAST
ALL_VULKAN_DRIVERS= INTEL AMD
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64
GALLIUM_DRIVERS+= SWRAST # llvmpipe
.elif ${ARCH:Marm*} || ${ARCH:Mmips*} || ${ARCH:Mpowerpc*}
DRI_DRIVERS+= SWRAST # Mesa Classic swrast