mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
* 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
11 lines
456 B
Text
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.
|