2010-02-20 04:39:41 +00:00
|
|
|
diff -pruN gettext-0.17.orig/gettext-runtime/intl/intl-compat.c gettext-0.17/gettext-runtime/intl/intl-compat.c
|
|
|
|
--- gettext-0.17.orig/gettext-runtime/intl/intl-compat.c 2009-05-19 17:15:41.881718113 +0200
|
|
|
|
+++ gettext-0.17/gettext-runtime/intl/intl-compat.c 2009-05-19 17:16:33.585732221 +0200
|
|
|
|
@@ -131,3 +131,7 @@ bind_textdomain_codeset (const char *dom
|
2007-12-29 21:57:53 +00:00
|
|
|
{
|
|
|
|
return libintl_bind_textdomain_codeset (domainname, codeset);
|
|
|
|
}
|
|
|
|
+
|
|
|
|
+#ifdef __UCLIBC__
|
|
|
|
+DLL_EXPORTED void (*error_print_progname)(void) = NULL;
|
|
|
|
+#endif
|