Files
ports/sysutils/flashrom/files/patch-meson.build
T
Michael Zhilin 12f7734039 sysutils/flashrom: update to 1.6.0
Relnotes:	https://flashrom.org/release_notes/v_1_6.html
Sponsored by:	Postgres Professional
2025-07-28 12:29:28 +03:00

12 lines
536 B
INI

--- meson.build.orig 2025-07-24 01:31:52 UTC
+++ meson.build
@@ -324,7 +324,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(