diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 00:57:26 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 00:59:31 -0600 |
commit | 5fcabb512923df12ff55d9e9d378e2ad774f4ecd (patch) | |
tree | 8f8f02dffb0158a264c901b4002db815d50f387b /emulators/qemu/files/patch-meson.build | |
parent | print/latex-biber: rollback to 2.16 to be in sync with biblatex.sty (diff) |
emulators/qemu: Re-enable build for i386
During the upgrade to 7.0 the build of qemu for i386 got disabled, due
to "unknown-type name 'vm_page_t'" errors. This has been fixed.
PR: 268647
Reported by: dim
Diffstat (limited to 'emulators/qemu/files/patch-meson.build')
-rw-r--r-- | emulators/qemu/files/patch-meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/files/patch-meson.build b/emulators/qemu/files/patch-meson.build index e701a096e957..1ada4462a416 100644 --- a/emulators/qemu/files/patch-meson.build +++ b/emulators/qemu/files/patch-meson.build @@ -1,6 +1,6 @@ ---- meson.build.orig 2022-04-19 19:10:27 UTC +--- meson.build.orig 2022-12-14 16:28:45 UTC +++ meson.build -@@ -2505,14 +2505,10 @@ if have_system +@@ -2719,14 +2719,10 @@ if have_system fdt_opt = get_option('fdt') if fdt_opt in ['enabled', 'auto', 'system'] have_internal = fs.exists(meson.current_source_dir() / 'dtc/libfdt/Makefile.libfdt') |