From c607db95e0ac89d3a254483990f08bce1b2e40d5 Mon Sep 17 00:00:00 2001 From: jbeich Date: Fri, 24 Aug 2018 07:31:59 +0000 Subject: databases/sqlite3: document gecko@ also needs FTS3_TOKEN https://searchfox.org/mozilla-central/rev/c45b9755593c/db/sqlite3/src/moz.build#61-63 https://searchfox.org/comm-central/rev/39cff66145fd/mailnews/extensions/fts3/src/nsFts3Tokenizer.cpp#40 --- databases/sqlite3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 35f7b8fe314a..4856b59611e2 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -135,7 +135,7 @@ OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ FTS3_TOKEN FTS5 # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite -# FTS3_TOKEN used by audio/clementine-player +# FTS3_TOKEN used by audio/clementine-player, mail/thunderbird, www/seamonkey # FTS5 used by sysutils/tracker PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \ -- cgit