diff options
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, ) |