From d146ee382529d68faa184e4f218088114c4b0fc8 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Wed, 24 Apr 2024 00:14:11 -0400 Subject: security/libgpg-error: Fix gpgrt-config Fix the default search path for pkgconfig files in gpgrt-config. Previously, it was necessary to supply the path manually with the --libdir argument, but this can now be omitted. Approved by: portmgr (blanket) --- security/libgpg-error/files/patch-src_gpgrt-config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/libgpg-error/files/patch-src_gpgrt-config.in (limited to 'security/libgpg-error/files/patch-src_gpgrt-config.in') diff --git a/security/libgpg-error/files/patch-src_gpgrt-config.in b/security/libgpg-error/files/patch-src_gpgrt-config.in new file mode 100644 index 000000000000..a916e552739a --- /dev/null +++ b/security/libgpg-error/files/patch-src_gpgrt-config.in @@ -0,0 +1,13 @@ +Fix default path to pkgconfig files. + +--- src/gpgrt-config.in.orig 2024-04-24 04:08:07 UTC ++++ src/gpgrt-config.in +@@ -460,7 +460,7 @@ determine_gpgrt_libdir () { + # Get the prefix of gpgrt-config assuming it's something like: + # /bin/gpgrt-config + gpgrt_prefix=${GPGRT_CONFIG%/*/*} +- possible_libdir1=${gpgrt_prefix}/lib ++ possible_libdir1=${gpgrt_prefix}/libdata + # Determine by using system libdir-format with CC, it's like: + # Normal style: /usr/lib + # GNU cross style: /usr//lib -- cgit v1.2.3