diff options
| author | Walker Riggs Thompson <walker.thompson@urz.uni-heidelberg.de> | 2025-08-18 00:49:14 +0200 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-08-18 00:49:24 +0200 |
| commit | cba4b6593d2ab0aeb90f45511725e4f0053724fa (patch) | |
| tree | 1a1193b3d5dc573ebe63a34479af5711c9ff149e /databases/fmptools/files | |
| parent | audio/fluidsynth: Update to 2.4.7 (diff) | |
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
Diffstat (limited to 'databases/fmptools/files')
| -rw-r--r-- | databases/fmptools/files/patch-src_fmp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/fmptools/files/patch-src_fmp.c b/databases/fmptools/files/patch-src_fmp.c new file mode 100644 index 000000000000..785f3cbb6bd1 --- /dev/null +++ b/databases/fmptools/files/patch-src_fmp.c @@ -0,0 +1,11 @@ +--- 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> |
