gettext-full: move to trunk and add myself as maintainer
[openwrt/svn-archive/archive.git] / package / libs / gettext-full / patches / 100-error_progname.patch
1 --- a/gettext-runtime/intl/intl-compat.c
2 +++ b/gettext-runtime/intl/intl-compat.c
3 @@ -131,3 +131,7 @@ bind_textdomain_codeset (const char *dom
4 {
5 return libintl_bind_textdomain_codeset (domainname, codeset);
6 }
7 +
8 +#ifdef __UCLIBC__
9 +DLL_EXPORTED void (*error_print_progname)(void) = NULL;
10 +#endif