FreeBSD Bugzilla – Attachment 228922 Details for
Bug 259158
graphics/libdrm: Enable radeon on RISC-V
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/libdrm: enable RADEON on riscv64
0001-graphics-libdrm-fix-build-on-riscv64-enable-RADEON.patch (text/plain), 933 bytes, created by
Robert Clausecker
on 2021-10-21 12:29:59 UTC
(
hide
)
Description:
graphics/libdrm: enable RADEON on riscv64
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-10-21 12:29:59 UTC
Size:
933 bytes
patch
obsolete
>From 13c7fe44c96b440e80156c07d31dac01e8408816 Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Wed, 13 Oct 2021 18:04:52 +0000 >Subject: [PATCH] graphics/libdrm: fix build on riscv64 (enable RADEON) > >--- > graphics/libdrm/Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile >index 9918de1cc15d..63a45a2e2437 100644 >--- a/graphics/libdrm/Makefile >+++ b/graphics/libdrm/Makefile >@@ -80,6 +80,12 @@ PLIST_SUB+= INTEL_DRIVER="@comment " > PLIST_SUB+= NOUVEAU_DRIVER="@comment " > PLIST_SUB+= RADEON_DRIVERS="" > PLIST_SUB+= VMWGFX_DRIVERS="@comment " >+.elif ${ARCH} == riscv64 >+PLIST_SUB+= ARM_DRIVERS="@comment " >+PLIST_SUB+= INTEL_DRIVER="@comment " >+PLIST_SUB+= NOUVEAU_DRIVER="@comment " >+PLIST_SUB+= RADEON_DRIVERS="" >+PLIST_SUB+= VMWGFX_DRIVERS="@comment " > .else > PLIST_SUB+= ARM_DRIVERS="@comment " > PLIST_SUB+= INTEL_DRIVER="@comment " >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
fuz
:
maintainer-approval?
(
manu
)
Actions:
View
|
Diff
Attachments on
bug 259158
:
228682
| 228922