summaryrefslogtreecommitdiff
path: root/security/libgpg-error/files/patch-src_gpgrt-config.in
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-04-24 00:14:11 -0400
committerJason E. Hale <jhale@FreeBSD.org>2024-04-24 01:52:55 -0400
commitd146ee382529d68faa184e4f218088114c4b0fc8 (patch)
treed21ec5be907e4d6758b753bf82c931de0a6587b3 /security/libgpg-error/files/patch-src_gpgrt-config.in
parentdevel/npth: Update to 1.7 (diff)
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)
Diffstat (limited to 'security/libgpg-error/files/patch-src_gpgrt-config.in')
-rw-r--r--security/libgpg-error/files/patch-src_gpgrt-config.in13
1 files changed, 13 insertions, 0 deletions
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:
+ # <PREFIX>/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/<triplet>/lib