SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
../gegl-0.4.30/operations/external/tiff-load.c:99:9: warning:
|
||||
implicit declaration of function 'strptime' is invalid in C99
|
||||
|
||||
Index: operations/external/tiff-load.c
|
||||
--- operations/external/tiff-load.c.orig
|
||||
+++ operations/external/tiff-load.c
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_STRPTIME
|
||||
-#define _XOPEN_SOURCE
|
||||
+#define _XOPEN_SOURCE 700
|
||||
#include <time.h>
|
||||
#endif
|
||||
#include <glib/gi18n-lib.h>
|
Loading…
Add table
Add a link
Reference in a new issue