diff options
author | John Hein <jcfyecrayz@liamekaens.com> | 2022-09-13 08:53:32 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-09-13 18:13:16 +0200 |
commit | b90f428aece6ebf109a4807ce8a2f9518c26ffeb (patch) | |
tree | 4a4e375522a794c8ef054832d275d7b19368ae09 /textproc/libxml++/files/patch-meson.build | |
parent | sysutils/waynergy: new port (diff) |
textproc/libxml++: update to 5.0.2
ChangeLog: https://github.com/libxmlplusplus/libxmlplusplus/releases/tag/5.0.2
PR: 266385
Reported by: jcfyecrayz@liamekaens.com (maintainer)
Diffstat (limited to 'textproc/libxml++/files/patch-meson.build')
-rw-r--r-- | textproc/libxml++/files/patch-meson.build | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/textproc/libxml++/files/patch-meson.build b/textproc/libxml++/files/patch-meson.build index 7f1709a768ef..df2ce02794cc 100644 --- a/textproc/libxml++/files/patch-meson.build +++ b/textproc/libxml++/files/patch-meson.build @@ -1,15 +1,6 @@ ---- meson.build.orig 2021-05-27 10:36:45 UTC +--- meson.build.orig 2022-09-09 14:38:42 UTC +++ meson.build -@@ -44,7 +44,7 @@ is_msvc = cpp_compiler.get_id() == 'msvc' - - cpp_compiler = meson.get_compiler('cpp') - is_msvc = cpp_compiler.get_id() == 'msvc' --python3 = import('python').find_installation('python3') -+python3 = import('python').find_installation() - - python_version = python3.language_version() - python_version_req = '>= 3.5' -@@ -290,7 +290,7 @@ configure_file( +@@ -391,7 +391,7 @@ configure_file( install_dir: install_pkgconfigdir, ) |