From a2c007566cd3154340557ab7371fcc473f932cf9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 11 Apr 2012 10:23:27 +0200 Subject: [PATCH] libgpg-error: add patch to fix autotools with gettext-0.18, thanks to viljoviitanen, this fixes #434 Signed-off-by: Stephan Raue --- .../patches/libgpg-error-1.10-gettext-0.18.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/security/libgpg-error/patches/libgpg-error-1.10-gettext-0.18.patch diff --git a/packages/security/libgpg-error/patches/libgpg-error-1.10-gettext-0.18.patch b/packages/security/libgpg-error/patches/libgpg-error-1.10-gettext-0.18.patch new file mode 100644 index 0000000000..4c89e5eee7 --- /dev/null +++ b/packages/security/libgpg-error/patches/libgpg-error-1.10-gettext-0.18.patch @@ -0,0 +1,12 @@ +diff -Naur libgpg-error-1.10/configure.ac libgpg-error-1.10.patch/configure.ac +--- libgpg-error-1.10/configure.ac 2010-10-26 11:13:48.000000000 +0200 ++++ libgpg-error-1.10.patch/configure.ac 2012-04-11 10:19:39.115582454 +0200 +@@ -112,7 +112,7 @@ + + + # Note, that autogen.sh greps for the next line. +-AM_GNU_GETTEXT_VERSION([0.17]) ++AM_GNU_GETTEXT_VERSION([0.18]) + AM_GNU_GETTEXT([external]) + + # Checks for header files.