diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-01 21:25:19 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-01 21:25:19 +0000 |
commit | 81f918d7b58f3fcdbf246afb58bbbd42df646d8d (patch) | |
tree | a1fde47f19a5479b195118255db7435ee4fb28f0 /x11-wm/ion-3ds/files/patch-ion-statusd.c | |
parent | - Update maintainer's email address (diff) |
Update to 20051029
Fix compile-error when using WITHOUT_NLS
PR: 88294
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=146949
Diffstat (limited to '')
-rw-r--r-- | x11-wm/ion-3ds/files/patch-ion-statusd.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/ion-3ds/files/patch-ion-statusd.c b/x11-wm/ion-3ds/files/patch-ion-statusd.c new file mode 100644 index 000000000000..217304006148 --- /dev/null +++ b/x11-wm/ion-3ds/files/patch-ion-statusd.c @@ -0,0 +1,13 @@ +--- mod_statusbar/ion-statusd/ion-statusd.c Sat Oct 29 14:33:05 2005 ++++ mod_statusbar/ion-statusd/ion-statusd.c Mon Oct 31 20:29:09 2005 +@@ -143,8 +143,10 @@ + int opt; + bool quiet=FALSE; + ++#if !defined (CF_NO_LOCALE) + if(setlocale(LC_ALL, "")==NULL) + warn("setlocale() call failed."); ++#endif + + configtab=extl_table_none(); + |