diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2024-01-08 09:14:10 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-02-01 17:54:54 +0100 |
commit | 3c9ffb18a364ccc37b0ddf0a49a71cf240071db6 (patch) | |
tree | d253624639ab2776e9425247e6e68684b4d02fe4 /textproc/libxml++/files | |
parent | sysutils/u-boot-starfive-visionfive2: fix description (diff) |
textproc/libxml++: update to 5.0.3
ChangeLog: https://github.com/libxmlplusplus/libxmlplusplus/releases/tag/5.0.3
PR: 276178
Reported by: duchateau.olivier@gmail.com
Approved by: jcfyecrayz@liamekaens.com (maintainer, timeout > 2 weeks)
Diffstat (limited to 'textproc/libxml++/files')
-rw-r--r-- | textproc/libxml++/files/patch-meson.build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/libxml++/files/patch-meson.build b/textproc/libxml++/files/patch-meson.build index df2ce02794cc..2c644f68fc43 100644 --- a/textproc/libxml++/files/patch-meson.build +++ b/textproc/libxml++/files/patch-meson.build @@ -1,11 +1,11 @@ ---- meson.build.orig 2022-09-09 14:38:42 UTC +--- meson.build.orig 2023-03-22 12:19:05 UTC +++ meson.build -@@ -391,7 +391,7 @@ configure_file( - install_dir: install_pkgconfigdir, +@@ -385,7 +385,7 @@ configure_file( ) + xmlxxconfig_h_meson = files('libxml++config.h.meson') -install_includeconfigdir = install_libdir / xmlxx_pcname / 'include' +install_includeconfigdir = install_includedir / xmlxx_pcname / 'include' - xmlxxconfig_h = configure_file( - input: 'libxml++config.h.meson', + configure_file( + input: xmlxxconfig_h_meson, output: 'libxml++config.h', |