git: bf9fa9f3f9e8 - main - graphics/mesa-dri: build on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 10:07:54 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf9fa9f3f9e89398aa139206c44f628f50572338 commit bf9fa9f3f9e89398aa139206c44f628f50572338 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-11-19 10:06:32 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-11-19 10:07:28 +0000 graphics/mesa-dri: build on riscv64 PR: 259159 --- graphics/mesa-dri/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index c612fc0e7f39..c01e8185e1d6 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -39,7 +39,7 @@ DRI_DRIVERS+= R100 .endif .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 \ - || ${ARCH:Mpowerpc*} + || ${ARCH:Mpowerpc*} || ${ARCH} == riscv64 DRI_DRIVERS+= R100 R200 GALLIUM_DRIVERS+= R300 R600 RADEONSI VULKAN_DRIVERS+= AMD