diff options
author | Tom William Payne <twp@gentoo.org> | 2005-11-01 23:04:29 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2005-11-01 23:04:29 +0000 |
commit | 3d4296743ef9959d80dea8aea0133c441a2cafd0 (patch) | |
tree | b6093ec72ddf66987325f576a4905b897ecb8a97 /x11-wm/ion3/files | |
parent | old (diff) | |
download | historical-3d4296743ef9959d80dea8aea0133c441a2cafd0.tar.gz historical-3d4296743ef9959d80dea8aea0133c441a2cafd0.tar.bz2 historical-3d4296743ef9959d80dea8aea0133c441a2cafd0.zip |
Add patch for amd64. Bug # 110860.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-wm/ion3/files')
-rw-r--r-- | x11-wm/ion3/files/ion3-20051029-statusd-locale.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch b/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch new file mode 100644 index 000000000000..18ebf0cb9aa1 --- /dev/null +++ b/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch @@ -0,0 +1,25 @@ +diff -Naur ion-3ds-20051029/mod_statusbar/ion-statusd/ion-statusd.c ion-3ds/mod_statusbar/ion-statusd/ion-statusd.c +--- ion-3ds-20051029/mod_statusbar/ion-statusd/ion-statusd.c 2005-10-29 14:33:05.000000000 +0200 ++++ ion-3ds/mod_statusbar/ion-statusd/ion-statusd.c 2005-11-01 23:42:53.000000000 +0100 +@@ -24,6 +24,10 @@ + #include <libmainloop/signal.h> + #include <libmainloop/defer.h> + ++#ifndef CF_NO_LOCALE ++#include <locale.h> ++#endif ++ + #include "../../version.h" + + +@@ -143,8 +147,10 @@ + int opt; + bool quiet=FALSE; + ++#ifndef CF_NO_LOCALE + if(setlocale(LC_ALL, "")==NULL) + warn("setlocale() call failed."); ++#endif + + configtab=extl_table_none(); + |