From: Felix Fietkau Date: Sat, 6 Jul 2013 14:49:12 +0000 (+0000) Subject: gettext-full: refresh patches X-Git-Tag: reboot~10020 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9360b151763f9f718a86098f22f13df02a2bdadf;hp=0c10f3911dfe532dc26e56d45460ed885281f695 gettext-full: refresh patches Signed-off-by: Felix Fietkau SVN-Revision: 37184 --- diff --git a/package/libs/gettext-full/patches/001-autotools.patch b/package/libs/gettext-full/patches/001-autotools.patch index bf44fcbf85..9b0abc8ec9 100644 --- a/package/libs/gettext-full/patches/001-autotools.patch +++ b/package/libs/gettext-full/patches/001-autotools.patch @@ -24,7 +24,7 @@ $(INSTALL_DATA) $$dir/$$file $(DESTDIR)$(htmldir)/$$file; \ --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in -@@ -19,7 +19,7 @@ +@@ -17,7 +17,7 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ diff --git a/package/libs/gettext-full/patches/001-no_examples_and_tests.patch b/package/libs/gettext-full/patches/001-no_examples_and_tests.patch index 7cdb389fcb..3660413c00 100644 --- a/package/libs/gettext-full/patches/001-no_examples_and_tests.patch +++ b/package/libs/gettext-full/patches/001-no_examples_and_tests.patch @@ -1,8 +1,8 @@ --- a/gettext-runtime/Makefile.in +++ b/gettext-runtime/Makefile.in -@@ -208,7 +208,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGE - ETAGS = etags +@@ -251,7 +251,7 @@ ETAGS = etags CTAGS = ctags + CSCOPE = cscope DIST_SUBDIRS = doc intl intl-java intl-csharp gnulib-lib libasprintf \ - src po man m4 tests + src po man m4 @@ -11,7 +11,7 @@ top_distdir = $(distdir) --- a/gettext-tools/Makefile.in +++ b/gettext-tools/Makefile.in -@@ -1248,7 +1248,7 @@ top_builddir = @top_builddir@ +@@ -1503,7 +1503,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 diff --git a/package/libs/gettext-full/patches/003-gettext-error_print_progname.patch b/package/libs/gettext-full/patches/003-gettext-error_print_progname.patch index 9e84551a9a..72fdc55f53 100644 --- a/package/libs/gettext-full/patches/003-gettext-error_print_progname.patch +++ b/package/libs/gettext-full/patches/003-gettext-error_print_progname.patch @@ -1,11 +1,11 @@ --- a/gettext-tools/libgettextpo/error.h +++ b/gettext-tools/libgettextpo/error.h -@@ -49,7 +49,7 @@ extern void error_at_line (int __status, +@@ -58,7 +58,7 @@ extern void error_at_line (int __status, /* If NULL, error will flush stdout, then print on stderr the program name, a colon and a space. Otherwise, error will call this function without parameters instead. */ -extern DLL_VARIABLE void (*error_print_progname) (void); +void (*error_print_progname) (void); - /* This variable is incremented each time `error' is called. */ + /* This variable is incremented each time 'error' is called. */ extern DLL_VARIABLE unsigned int error_message_count; diff --git a/package/libs/gettext-full/patches/100-error_progname.patch b/package/libs/gettext-full/patches/100-error_progname.patch index f414703d98..74f5169221 100644 --- a/package/libs/gettext-full/patches/100-error_progname.patch +++ b/package/libs/gettext-full/patches/100-error_progname.patch @@ -1,6 +1,6 @@ --- a/gettext-runtime/intl/intl-compat.c +++ b/gettext-runtime/intl/intl-compat.c -@@ -131,3 +131,7 @@ bind_textdomain_codeset (const char *dom +@@ -129,3 +129,7 @@ bind_textdomain_codeset (const char *dom { return libintl_bind_textdomain_codeset (domainname, codeset); } diff --git a/package/libs/gettext-full/patches/120-uclibc-nolocale.patch b/package/libs/gettext-full/patches/120-uclibc-nolocale.patch index 3e409eb7e6..81eda14bef 100644 --- a/package/libs/gettext-full/patches/120-uclibc-nolocale.patch +++ b/package/libs/gettext-full/patches/120-uclibc-nolocale.patch @@ -1,6 +1,6 @@ --- a/gettext-runtime/intl/localename.c +++ b/gettext-runtime/intl/localename.c -@@ -2780,7 +2780,7 @@ gl_locale_name_posix (int category, cons +@@ -2679,7 +2679,7 @@ gl_locale_name_posix (int category, cons { /* Use the POSIX methods of looking to 'LC_ALL', 'LC_xxx', and 'LANG'. On some systems this can be done by the 'setlocale' function itself. */