diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-25 23:16:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-25 23:16:22 +0000 |
commit | 25a3d0e408846f5c8b77dced2505ebfd9c2496f0 (patch) | |
tree | 146219c6f8f5783ed2dc245f5cf49e55c6a5fdab /x11-wm/ion-3ds/files/patch-ion-statusd.c | |
parent | - move location of GNUstep.conf (diff) |
[x11-wm/ion-3ds] Version bump
A new version of the Ion3 window manager is available for
download for the last two weeks now.
PR: ports/90883
Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes:
svn path=/head/; revision=152032
Diffstat (limited to '')
-rw-r--r-- | x11-wm/ion-3ds/files/patch-ion-statusd.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/ion-3ds/files/patch-ion-statusd.c b/x11-wm/ion-3ds/files/patch-ion-statusd.c deleted file mode 100644 index 217304006148..000000000000 --- a/x11-wm/ion-3ds/files/patch-ion-statusd.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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(); - |