git: b00da0755889 - main - emulators/qemu: Fix build on 15

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 04 Dec 2025 10:09:06 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b00da0755889fbee2c0a325fb3de14edc7b97ee5

commit b00da0755889fbee2c0a325fb3de14edc7b97ee5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-12-04 10:08:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-12-04 10:09:01 +0000

    emulators/qemu: Fix build on 15
---
 emulators/qemu/files/extra-patch-meson.build | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/emulators/qemu/files/extra-patch-meson.build b/emulators/qemu/files/extra-patch-meson.build
index e80d63168f1c..5fc53eb7c6f6 100644
--- a/emulators/qemu/files/extra-patch-meson.build
+++ b/emulators/qemu/files/extra-patch-meson.build
@@ -26,3 +26,13 @@
  endif
  if host_os == 'darwin'
    summary_info += {'ParavirtualizedGraphics support': pvg}
+--- util/meson.build.orig	2025-12-04 10:07:58 UTC
++++ util/meson.build
+@@ -110,7 +110,6 @@ if have_block
+   if config_host_data.get('CONFIG_INOTIFY1')
+     freebsd_dep = []
+     if host_os == 'freebsd'
+-      freebsd_dep = inotify
+     endif
+     util_ss.add(files('filemonitor-inotify.c'), freebsd_dep)
+   else