diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2020-12-23 02:19:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 23:19:18 -0800 |
| commit | 4cf45e80e3eab2eece9b89e11015920da3a50580 (patch) | |
| tree | 57065b177c56fe8dec6335dff68354b5357c1b9b /ports/libgcrypt/fix-pkgconfig.patch | |
| parent | 229f537c9414da5a577484b467a1f7ab0f4d8f34 (diff) | |
| download | vcpkg-4cf45e80e3eab2eece9b89e11015920da3a50580.tar.gz vcpkg-4cf45e80e3eab2eece9b89e11015920da3a50580.zip | |
[many ports] add GnuPG libraries (#13950)
Diffstat (limited to 'ports/libgcrypt/fix-pkgconfig.patch')
| -rw-r--r-- | ports/libgcrypt/fix-pkgconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/libgcrypt/fix-pkgconfig.patch b/ports/libgcrypt/fix-pkgconfig.patch new file mode 100644 index 000000000..0c269b2a6 --- /dev/null +++ b/ports/libgcrypt/fix-pkgconfig.patch @@ -0,0 +1,11 @@ +diff --git a/src/libgcrypt.pc.in b/src/libgcrypt.pc.in +index ec68fa2..6bf7a07 100644 +--- a/src/libgcrypt.pc.in ++++ b/src/libgcrypt.pc.in +@@ -13,5 +13,5 @@ Description: General purpose cryptographic library + Requires: gpg-error + Version: @PACKAGE_VERSION@ + Cflags: @LIBGCRYPT_CONFIG_CFLAGS@ +-Libs: @LIBGCRYPT_CONFIG_LIBS@ ++Libs: -L${libdir} @LIBGCRYPT_CONFIG_LIBS@ + URL: https://www.gnupg.org/software/libgcrypt/index.html |
