aboutsummaryrefslogtreecommitdiff
path: root/ports/libassuan/fix-pkgconfig.patch
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2020-12-23 02:19:18 -0500
committerGitHub <noreply@github.com>2020-12-22 23:19:18 -0800
commit4cf45e80e3eab2eece9b89e11015920da3a50580 (patch)
tree57065b177c56fe8dec6335dff68354b5357c1b9b /ports/libassuan/fix-pkgconfig.patch
parent229f537c9414da5a577484b467a1f7ab0f4d8f34 (diff)
downloadvcpkg-4cf45e80e3eab2eece9b89e11015920da3a50580.tar.gz
vcpkg-4cf45e80e3eab2eece9b89e11015920da3a50580.zip
[many ports] add GnuPG libraries (#13950)
Diffstat (limited to 'ports/libassuan/fix-pkgconfig.patch')
-rw-r--r--ports/libassuan/fix-pkgconfig.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/libassuan/fix-pkgconfig.patch b/ports/libassuan/fix-pkgconfig.patch
new file mode 100644
index 000000000..8b8672e03
--- /dev/null
+++ b/ports/libassuan/fix-pkgconfig.patch
@@ -0,0 +1,11 @@
+diff --git a/src/libassuan.pc.in b/src/libassuan.pc.in
+index 4e952d7..83ba872 100644
+--- a/src/libassuan.pc.in
++++ b/src/libassuan.pc.in
+@@ -10,5 +10,5 @@ Description: IPC library for the GnuPG components
+ Requires: gpg-error
+ Version: @PACKAGE_VERSION@
+ Cflags: @LIBASSUAN_CONFIG_CFLAGS@
+-Libs: @LIBASSUAN_CONFIG_LIBS@
++Libs: -L${libdir} @LIBASSUAN_CONFIG_LIBS@
+ URL: https://www.gnupg.org/related_software/libassuan/index.html