diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-08-06 00:23:35 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-08-06 00:25:11 -0500 |
commit | 2ab482e2c8f51eae7ffd747685b7f181fe1b3809 (patch) | |
tree | 22ea53f8cc32cd6e6b9c995498ed44297fac0f9c /emulators/qemu-devel/files | |
parent | lang/quilc: Broken on i386 (diff) |
- Update version to latest snapshots
Reported by: imp
Diffstat (limited to 'emulators/qemu-devel/files')
-rw-r--r-- | emulators/qemu-devel/files/patch-configure | 21 | ||||
-rw-r--r-- | emulators/qemu-devel/files/patch-util_meson.build | 14 |
2 files changed, 14 insertions, 21 deletions
diff --git a/emulators/qemu-devel/files/patch-configure b/emulators/qemu-devel/files/patch-configure deleted file mode 100644 index 0137de386d62..000000000000 --- a/emulators/qemu-devel/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2021-09-27 14:03:42 UTC -+++ configure -@@ -1635,7 +1635,7 @@ if test "$mingw32" = "yes" ; then - else - bindir="${bindir:-$prefix/bin}" - fi --mandir="${mandir:-$prefix/share/man}" -+mandir="${mandir:-$prefix/man}" - datadir="${datadir:-$prefix/share}" - docdir="${docdir:-$prefix/share/doc}" - sysconfdir="${sysconfdir:-$prefix/etc}" -@@ -4607,6 +4607,9 @@ echo "CONFIG_TLS_PRIORITY=\"$tls_priority\"" >> $confi - # if this macro is set. - if test "$have_fsxattr" = "yes" ; then - echo "HAVE_FSXATTR=y" >> $config_host_mak -+fi -+if test "$have_ifaddrs_h" = "yes" ; then -+ echo "HAVE_IFADDRS_H=y" >> $config_host_mak - fi - if test "$xen" = "enabled" ; then - echo "CONFIG_XEN_BACKEND=y" >> $config_host_mak diff --git a/emulators/qemu-devel/files/patch-util_meson.build b/emulators/qemu-devel/files/patch-util_meson.build new file mode 100644 index 000000000000..44889d1fb32f --- /dev/null +++ b/emulators/qemu-devel/files/patch-util_meson.build @@ -0,0 +1,14 @@ +--- util/meson.build.orig 2022-08-05 20:40:05 UTC ++++ util/meson.build +@@ -91,10 +91,6 @@ if have_block + util_ss.add(files('readline.c')) + util_ss.add(files('throttle.c')) + util_ss.add(files('timed-average.c')) +- if config_host_data.get('CONFIG_INOTIFY1') +- util_ss.add(files('filemonitor-inotify.c')) +- else +- util_ss.add(files('filemonitor-stub.c')) +- endif ++ util_ss.add(files('filemonitor-stub.c')) + util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c')) + endif |