https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221361
--- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: madpilot Date: Thu Aug 10 08:12:47 UTC 2017 New revision: 447666 URL: https://svnweb.freebsd.org/changeset/ports/447666 Log: MFH: r447626 Add explicit SQLITE_ENABLE_FTS3. This fixes the firefox and thunderburd ports build. Due to recent changes in sqlite3 even if this flag is actually implicitly added to the build when the FTS4 option is enabled, it is not reported as present via the sqlite3_compileoption_used("SQLITE_ENABLE_FTS3") API call, which is used by the gecko ports configure script to check for a suitable sqlite3 library. Related upstream change: https://sqlite.org/src/info/9a443397a6b110f6 PR: 221361, 219963 Submitted by: Vladimir Krstulja <vlad-f...@acheronmedia.com>, jbeich@ Approved by: portmgr@ (blanket) Approved by: portmgr (antoine) Changes: _U branches/2017Q3/ branches/2017Q3/databases/sqlite3/Makefile -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"