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-util_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-util_meson.build')
-rw-r--r-- | emulators/qemu/files/patch-util_meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/files/patch-util_meson.build b/emulators/qemu/files/patch-util_meson.build index 590b1f5a0592..135b2ee3f156 100644 --- a/emulators/qemu/files/patch-util_meson.build +++ b/emulators/qemu/files/patch-util_meson.build @@ -1,6 +1,6 @@ ---- util/meson.build.orig 2022-04-23 11:59:28 UTC +--- util/meson.build.orig 2022-12-14 16:28:45 UTC +++ util/meson.build -@@ -87,10 +87,6 @@ if have_block +@@ -97,10 +97,6 @@ if have_block util_ss.add(files('readline.c')) util_ss.add(files('throttle.c')) util_ss.add(files('timed-average.c')) |