summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-0.14.1/gettext-error_print_progname.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-09 15:05:09 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-09 15:05:09 +0100
commit939e2fe270553ac4675520adeaf23761e856c468 (patch)
tree966942ac34f8d449478f6cbe2e77982398c97e31 /meta/recipes-core/gettext/gettext-0.14.1/gettext-error_print_progname.patch
parent530fb7fdea401fd33e4ef90a7ee411f675a4a20c (diff)
downloadpoky-939e2fe270553ac4675520adeaf23761e856c468.tar.gz
gettext: Move files to the correct place
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.14.1/gettext-error_print_progname.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.14.1/gettext-error_print_progname.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.14.1/gettext-error_print_progname.patch b/meta/recipes-core/gettext/gettext-0.14.1/gettext-error_print_progname.patch
new file mode 100644
index 0000000000..96a2196a68
--- /dev/null
+++ b/meta/recipes-core/gettext/gettext-0.14.1/gettext-error_print_progname.patch
@@ -0,0 +1,16 @@
1# Pulled from OpenEmbedded
2#
3# Commented by: Saul Wold <saul.wold@intel.com>
4
5diff -ur gettext-0.14.6/gettext-tools/lib/error.h gettext-0.14.6-patched/gettext-tools/lib/error.h
6--- gettext-0.14.6/gettext-tools/lib/error.h 2005-05-20 16:03:42.000000000 -0500
7+++ gettext-0.14.6-patched/gettext-tools/lib/error.h 2007-01-13 20:57:24.422168053 -0600
8@@ -50,7 +50,7 @@
9 /* If NULL, error will flush stdout, then print on stderr the program
10 name, a colon and a space. Otherwise, error will call this
11 function without parameters instead. */
12-extern DLL_VARIABLE void (*error_print_progname) (void);
13+void (*error_print_progname) (void);
14
15 /* This variable is incremented each time `error' is called. */
16 extern DLL_VARIABLE unsigned int error_message_count;