diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2025-03-03 20:00:48 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-03-08 13:45:15 +0300 |
commit | 830ae8ba5b535ae5befc19522e942cd5016013fc (patch) | |
tree | 3ad9e7335e72cff0b3d0da0c7b6a4a84ee4e2ad0 /devel/dbus/files/patch-cmake_DBus1Config.pkgconfig.in | |
parent | security/proxytunnel: Update to 1.12.3 (diff) |
devel/dbus: Update to 1.16.2
PR: 283511
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
Exp-run by: anotine
Diffstat (limited to 'devel/dbus/files/patch-cmake_DBus1Config.pkgconfig.in')
-rw-r--r-- | devel/dbus/files/patch-cmake_DBus1Config.pkgconfig.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/dbus/files/patch-cmake_DBus1Config.pkgconfig.in b/devel/dbus/files/patch-cmake_DBus1Config.pkgconfig.in deleted file mode 100644 index cf9b0e58b41f..000000000000 --- a/devel/dbus/files/patch-cmake_DBus1Config.pkgconfig.in +++ /dev/null @@ -1,13 +0,0 @@ -Fix location of pkgconfig directory on FreeBSD. - ---- cmake/DBus1Config.pkgconfig.in.orig 2022-10-02 14:06:53 UTC -+++ cmake/DBus1Config.pkgconfig.in -@@ -8,7 +8,7 @@ - # [1] This variable is not required if DBus1_LIBRARIES is added - # to a target with target_link_libraries - --get_filename_component(DBus1_PKGCONFIG_DIR "${CMAKE_CURRENT_LIST_DIR}/../../pkgconfig" ABSOLUTE) -+get_filename_component(DBus1_PKGCONFIG_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../libdata/pkgconfig" ABSOLUTE) - get_filename_component(DBus1_NEARBY_ARCH_INCLUDE_DIR "${CMAKE_CURRENT_LIST_DIR}/../../dbus-1.0/include" ABSOLUTE) - find_package(PkgConfig) - if(DEFINED ENV{PKG_CONFIG_DIR}) |