diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-02-14 17:19:50 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-02-14 17:22:16 +0100 |
commit | ff0c910714fd1a3251cc97983d7dd5d197fd5b7d (patch) | |
tree | e48741a5a375d9f351aff8100eb1e2d4685ca3dc /recipes/libvisual | |
parent | eb6d106e7614c05b915234b85f46a226a899fb03 (diff) |
recipes: Update most dependencies and build-tools
* Remove/Update patches where applicable
* Tested on all linux/android variant, the build slaves will pick up
the rest...
Diffstat (limited to 'recipes/libvisual')
-rw-r--r-- | recipes/libvisual/0001-configure.ac-Use-gettext-0.19.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/libvisual/0001-configure.ac-Use-gettext-0.19.patch b/recipes/libvisual/0001-configure.ac-Use-gettext-0.19.patch new file mode 100644 index 00000000..ba13bc9d --- /dev/null +++ b/recipes/libvisual/0001-configure.ac-Use-gettext-0.19.patch @@ -0,0 +1,25 @@ +From 90be93ccbce172020162e4f5422562efc3bdc18e Mon Sep 17 00:00:00 2001 +From: Edward Hervey <bilboed@bilboed.com> +Date: Fri, 13 Feb 2015 12:49:31 +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 e89815f..f8a1e9d 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -155,7 +155,7 @@ AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GETTEXT package name]) + AC_DEFINE_UNQUOTED(LOCALEDIR, "${prefix}/share/locale", [String catalog location]) + AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION([0.18]) ++AM_GNU_GETTEXT_VERSION([0.19]) + + dnl ------------------------------- + dnl Check for native thread support +-- +2.1.0 + |