freebsd-ports/security/gpa/files/patch-configure
Jason E. Hale fcaef4f347 security/gpa: Update to 0.11.0
Last release was over 6 years ago and even upstream is deferring to the
commit history for changes. Of note, however, is that the application
has been ported from GTK+2 to GTK+3.

https://dev.gnupg.org/T7449
2024-12-31 03:40:36 -05:00

13 lines
509 B
Text

Fix path of pkgconfig files passed to gpgrt-config.
--- configure.orig 2024-12-10 20:20:58 UTC
+++ configure
@@ -9283,7 +9283,7 @@ fi
# 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