diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-10 11:54:29 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-10 11:54:29 +0000 |
commit | 8a99661feba729d626a0a745e6987c67fbc874dc (patch) | |
tree | e0065da87fd9a8d4db098837919ab6a1aefb9702 | |
parent | graphics/drm-devel-kmod: Update to latest version after r363077 in base (diff) |
graphics/mesa-dri: switch powerpc64 to llvmpipe
powerpc* is left in .elif block for powerpc and powerpcspe which I didn't test.
-rw-r--r-- | graphics/mesa-dri/Makefile | 4 |
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 |