summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-12 01:14:29 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-01-12 01:24:58 +0000
commitbd1542622aff1a811f222a56307ed70b443351eb (patch)
tree89582729d63dfdbf2fdd05e1428dd134acdafe98
parentcomms/hamlib: Update to 4.4 (diff)
security/p11-kit: unbreak build with Meson 0.61.0
doc/manual/meson.build:69:8: ERROR: gnome.gtkdoc keyword argument 'dependencies' was of type array[CustomTarget | PkgConfigDependency] but should have been array[Dependency | SharedLibrary | StaticLibrary] PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/566c2c9a9c98
-rw-r--r--security/p11-kit/files/patch-doc_manual_meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/p11-kit/files/patch-doc_manual_meson.build b/security/p11-kit/files/patch-doc_manual_meson.build
new file mode 100644
index 000000000000..48d5b217852f
--- /dev/null
+++ b/security/p11-kit/files/patch-doc_manual_meson.build
@@ -0,0 +1,13 @@
+https://github.com/p11-glue/p11-kit/issues/406
+
+--- doc/manual/meson.build.orig 2021-05-25 07:15:23 UTC
++++ doc/manual/meson.build
+@@ -70,7 +70,7 @@ if get_option('gtk_doc')
+ main_xml: 'p11-kit-docs.xml',
+ namespace: 'p11_kit',
+ src_dir: 'p11-kit',
+- dependencies: libffi_deps + dlopen_deps + xml_deps,
++ dependencies: libffi_deps + dlopen_deps,
+ scan_args: [
+ '--ignore-headers=' + ' '.join(ignore_headers),
+ '--rebuild-types',