diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-07-04 19:03:32 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-07-04 20:28:23 +0200 |
commit | 79716dec61cc0f61caef60e3ae32b344b9888f43 (patch) | |
tree | 3f8916701779d03403267db88c5b98f493741ea8 /textproc/libxml++/files/patch-meson.build | |
parent | www/jetty12: New port (diff) |
textproc/libxml++: Update to 5.2.0
* Add USES= compiler:c++17-lang
* Remove USES= python:build
* Add LICENSE_FILE
* Fix install path of .pc file
* Make some minor changes to port Makefile
Changelog:
https://github.com/libxmlplusplus/libxmlplusplus/releases/tag/5.2.0
PR: 279757
Approved by: portmgr (maintainer timeout, 2+ weeks)
Diffstat (limited to 'textproc/libxml++/files/patch-meson.build')
-rw-r--r-- | textproc/libxml++/files/patch-meson.build | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/textproc/libxml++/files/patch-meson.build b/textproc/libxml++/files/patch-meson.build index 2c644f68fc43..d7d09167e712 100644 --- a/textproc/libxml++/files/patch-meson.build +++ b/textproc/libxml++/files/patch-meson.build @@ -1,6 +1,15 @@ ---- meson.build.orig 2023-03-22 12:19:05 UTC +--- meson.build.orig 2024-01-11 13:10:47 UTC +++ meson.build -@@ -385,7 +385,7 @@ configure_file( +@@ -98,7 +98,7 @@ install_datadir = get_option('datadir') + install_includedir = get_option('includedir') + install_libdir = get_option('libdir') + install_datadir = get_option('datadir') +-install_pkgconfigdir = install_libdir / 'pkgconfig' ++install_pkgconfigdir = join_paths('libdata', 'pkgconfig') + + # Dependencies. + # xmlxx_build_dep: Dependencies when building the libxml++ library. +@@ -370,7 +370,7 @@ xmlxxconfig_h_meson = files('libxml++config.h.meson') ) xmlxxconfig_h_meson = files('libxml++config.h.meson') |