perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / web / bluefish / patches / 01-gcc53.patch
blobbe8c614d86efce0568fc1b04095c3230151e821b
1 --- bluefish-2.2.8/src/bf_lib.c.~1~ 2014-11-01 00:06:04.000000000 +0300
2 +++ bluefish-2.2.8/src/bf_lib.c 2016-05-10 14:47:38.505673779 +0300
3 @@ -21,14 +21,6 @@
5 #include "config.h"
7 -/* this is needed for Solaris to comply with the latest POSIX standard
8 - * regarding the ctime_r() function
9 - */
10 -#ifdef PLATFORM_SOLARIS
11 -#define __EXTENSIONS__
12 -#define _POSIX_C_SOURCE 200312L
13 -#endif
15 #include <gtk/gtk.h>
16 #include <glib/gstdio.h> /* g_mkdir */
17 #include <ctype.h> /* toupper */