From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/libgpg-error/pkgconfig-libintl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vcpkg/ports/libgpg-error/pkgconfig-libintl.patch (limited to 'vcpkg/ports/libgpg-error/pkgconfig-libintl.patch') diff --git a/vcpkg/ports/libgpg-error/pkgconfig-libintl.patch b/vcpkg/ports/libgpg-error/pkgconfig-libintl.patch new file mode 100644 index 0000000..6a95407 --- /dev/null +++ b/vcpkg/ports/libgpg-error/pkgconfig-libintl.patch @@ -0,0 +1,11 @@ +diff --git a/src/gpg-error.pc.in b/src/gpg-error.pc.in +index 970bb6c..a51c9d3 100644 +--- a/src/gpg-error.pc.in ++++ b/src/gpg-error.pc.in +@@ -11,5 +11,5 @@ Description: GPG Runtime + Version: @PACKAGE_VERSION@ + Cflags: @GPG_ERROR_CONFIG_CFLAGS@ + Libs: @GPG_ERROR_CONFIG_LIBS@ +-Libs.private: @GPG_ERROR_CONFIG_LIBS_PRIVATE@ ++Libs.private: @GPG_ERROR_CONFIG_LIBS_PRIVATE@ @LIBINTL@ + URL: https://www.gnupg.org/software/libgpg-error/index.html -- cgit v1.2.3