SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -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>