diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-05-22 20:11:47 +0200 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-05-22 20:17:17 +0200 |
commit | 55d4ea0f91c1d7cdad16c76aa327702b489da9f7 (patch) | |
tree | 01e835ce46810bf3fc09cdbf51561c819c862798 /textproc/libxml++/files/patch-meson.build | |
parent | devel/libwasmtime: update 32.0.0 -> 33.0.0 (diff) |
textproc/libxml++: Fix pkgconfig pc file
The libxml++-50.pc isn't generated from pc.in file - it's
generated by meson. So remove the patch-libxml++.pc.in and add
patch-libxml++_meson.build file.
While I'm here pet portfmt.
Approved by: portmgr (blanket, runtime fix)
Diffstat (limited to 'textproc/libxml++/files/patch-meson.build')
-rw-r--r-- | textproc/libxml++/files/patch-meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml++/files/patch-meson.build b/textproc/libxml++/files/patch-meson.build index d7d09167e712..92145d92b431 100644 --- a/textproc/libxml++/files/patch-meson.build +++ b/textproc/libxml++/files/patch-meson.build @@ -1,4 +1,4 @@ ---- meson.build.orig 2024-01-11 13:10:47 UTC +--- meson.build.orig 2024-08-13 14:23:04 UTC +++ meson.build @@ -98,7 +98,7 @@ install_datadir = get_option('datadir') install_includedir = get_option('includedir') @@ -9,8 +9,8 @@ # Dependencies. # xmlxx_build_dep: Dependencies when building the libxml++ library. -@@ -370,7 +370,7 @@ xmlxxconfig_h_meson = files('libxml++config.h.meson') - ) +@@ -295,7 +295,7 @@ xmlxxconfig_h_meson = files('libxml++config.h.meson') + endif xmlxxconfig_h_meson = files('libxml++config.h.meson') -install_includeconfigdir = install_libdir / xmlxx_pcname / 'include' |