FreeBSD Bugzilla – Attachment 241790 Details for
Bug 271092
sysutils/flashrom: update to 1.3 caused missing INTERNAL_CONFIG option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to enable all archs for freebsd flashrom
sysutils-flashrom-enable-all-archs.diff (text/plain), 779 bytes, created by
Michael Zhilin
on 2023-04-27 13:59:43 UTC
(
hide
)
Description:
patch to enable all archs for freebsd flashrom
Filename:
MIME Type:
Creator:
Michael Zhilin
Created:
2023-04-27 13:59:43 UTC
Size:
779 bytes
patch
obsolete
>diff --git a/sysutils/flashrom/files/patch-meson.build b/sysutils/flashrom/files/patch-meson.build >new file mode 100644 >index 000000000000..cef6c1d7d054 >--- /dev/null >+++ b/sysutils/flashrom/files/patch-meson.build >@@ -0,0 +1,11 @@ >+--- meson.build.orig 2023-04-27 13:51:02 UTC >++++ meson.build >+@@ -234,7 +234,7 @@ programmer = { >+ }, >+ 'internal' : { >+ 'systems' : systems_hwaccess + ['linux'], >+- 'cpu_families' : (host_machine.system() == 'linux' ? [host_machine.cpu_family()] : ['x86', 'x86_64']), >++ 'cpu_families' : (host_machine.system() in ['linux', 'freebsd'] ? [host_machine.cpu_family()] : ['x86', 'x86_64']), >+ 'deps' : [ libpci ], >+ 'groups' : [ group_internal ], >+ 'srcs' : (host_machine.cpu_family() in ['x86', 'x86_64'] ? files(
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
Actions:
View
|
Diff
Attachments on
bug 271092
:
241782
| 241790