summaryrefslogtreecommitdiff
path: root/recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch')
-rw-r--r--recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch b/recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch
new file mode 100644
index 00000000..a06c403d
--- /dev/null
+++ b/recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch
@@ -0,0 +1,25 @@
+From 8586c60dcbd052451939ca1f4f4060d1ce3d3307 Mon Sep 17 00:00:00 2001
+From: Edward Hervey <bilboed@bilboed.com>
+Date: Sat, 14 Feb 2015 20:59:57 +0100
+Subject: [PATCH] configure.ac: Use gettext 0.19
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 871082f..33119a3 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -37,7 +37,7 @@ AC_CONFIG_LIBOBJ_DIR([lib])
+ # checks for programs
+
+ AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION([0.18.1])
++AM_GNU_GETTEXT_VERSION([0.19])
+ AC_PROG_YACC
+ AM_PROG_LEX
+ AC_PROG_CC
+--
+2.1.0
+