ports/devel/libsigc++20/files/patch-meson.build
Daniel Engberg d8dfcb9794 devel/libsigc++20: Update to 2.12.1
* Add GitHub mirror
* Update WWW entry
* Remove INSTALL_TARGET (unused)

Changelog:
https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/2.12.1

PR:		280173
Approved by:	gnome (fluffy) via Matrix
Sponsored by:	Blinkinblox
2024-08-06 22:06:17 +02:00

11 lines
456 B
Text

--- meson.build.orig 2024-08-06 18:25:19 UTC
+++ meson.build
@@ -102,7 +102,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 = install_prefix / 'libdata' / 'pkgconfig'
# Dependencies.
# sigcxx_build_dep: Dependencies when building the libsigc++ library.