Files
ports/databases/fmptools/files/patch-src_fmp.c
Walker Riggs Thompson cba4b6593d databases/fmptools: New port: Utility for converting FileMaker Pro databases
Utility for converting databases created with the proprietary
FileMaker Pro software to various formats (XLSX, SQLite, JSON)

PR:		288330
2025-08-18 00:49:24 +02:00

12 lines
231 B
C

--- src/fmp.c.orig 2025-05-31 21:44:22 UTC
+++ src/fmp.c
@@ -20,8 +20,6 @@
* THE SOFTWARE.
*/
-#define _XOPEN_SOURCE 600 /* strptime */
-#define _POSIX_C_SOURCE 200809L /* fmemopen */
#include <time.h>
#include <fcntl.h>