blob: d6a2118c1e8eed4e8f73d2382465f3e80d68d739 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/sqlite/src/amalgamation_dev/sqlite3.c.orig 2025-03-24 20:50:14 UTC
+++ third_party/sqlite/src/amalgamation_dev/sqlite3.c
@@ -14187,7 +14187,7 @@ struct fts5_api {
** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit
** it.
*/
-#if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__)
+#if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && !defined(__FreeBSD__)
# define _XOPEN_SOURCE 600
#endif
|