summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-01 19:25:33 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-01 19:54:47 +0100
commit13bbf6fe2ae67b4f150db9132983b7fcfa0ab8bf (patch)
tree9a07bc03b7f9fe01113ee0f3f764f21dfc1373f3 /emulators/qemu-devel/files
parentdevel/llvm16: Fix build (diff)
emulators/qemu-devel: Update snapshot 8.2.0.20231130=>8.3.0.20231231
Diffstat (limited to 'emulators/qemu-devel/files')
-rw-r--r--emulators/qemu-devel/files/patch-util_meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/files/patch-util_meson.build b/emulators/qemu-devel/files/patch-util_meson.build
index 73a654e05d0d..1d5e2986b7dd 100644
--- a/emulators/qemu-devel/files/patch-util_meson.build
+++ b/emulators/qemu-devel/files/patch-util_meson.build
@@ -1,4 +1,4 @@
---- util/meson.build.orig 2023-11-30 12:13:00 UTC
+--- util/meson.build.orig 2023-12-27 10:15:32 UTC
+++ util/meson.build
@@ -102,11 +102,7 @@ if have_block
util_ss.add(files('readline.c'))
@@ -11,5 +11,5 @@
- endif
+ util_ss.add(files('filemonitor-stub.c'))
util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c'))
+ util_ss.add(when: 'CONFIG_LINUX', if_true: files('chardev_open.c'))
endif
-