diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-03-04 14:43:09 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-03-04 14:43:09 +0000 |
commit | 49a4f7c7b3d777c9d45562fadaaa02bb9cc6d43c (patch) | |
tree | d72ad71a853891ba53145fefa5e53138d14a9c2e /devel/libvirt/files | |
parent | - Resurrect, unbreak, and update to the latest version 2.1.0-beta (diff) |
devel/libvirt: update to 7.1.0
Notes
Notes:
svn path=/head/; revision=567315
Diffstat (limited to 'devel/libvirt/files')
-rw-r--r-- | devel/libvirt/files/patch-src_util_meson.build | 11 | ||||
-rw-r--r-- | devel/libvirt/files/patch-tools_meson.build | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/libvirt/files/patch-src_util_meson.build b/devel/libvirt/files/patch-src_util_meson.build new file mode 100644 index 000000000000..73be93dfba23 --- /dev/null +++ b/devel/libvirt/files/patch-src_util_meson.build @@ -0,0 +1,11 @@ +--- src/util/meson.build.orig 2021-03-01 10:56:13 UTC ++++ src/util/meson.build +@@ -168,6 +168,8 @@ foreach name : keyname_list + ) + endforeach + ++keycode_dep = declare_dependency(sources: keycode_gen_sources) ++ + io_helper_sources = [ + 'iohelper.c', + ] diff --git a/devel/libvirt/files/patch-tools_meson.build b/devel/libvirt/files/patch-tools_meson.build new file mode 100644 index 000000000000..c23ef88c12b3 --- /dev/null +++ b/devel/libvirt/files/patch-tools_meson.build @@ -0,0 +1,10 @@ +--- tools/meson.build.orig 2021-03-01 10:56:13 UTC ++++ tools/meson.build +@@ -186,6 +186,7 @@ executable( + tools_dep, + readline_dep, + thread_dep, ++ keycode_dep, + ], + link_args: [ + coverage_flags, |