--- sqlite-3.5.9.ebuild 2008-09-28 17:08:24.000000000 -0700 +++ sqlite-3.5.9.ebuild 2009-01-14 12:08:36.000000000 -0800 @@ -15,7 +15,7 @@ LICENSE="as-is" SLOT="3" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="debug doc soundex tcl +threadsafe" +IUSE="debug doc fulltext soundex tcl +threadsafe" RESTRICT="!tcl? ( test )" RDEPEND="tcl? ( dev-lang/tcl )" @@ -47,6 +47,9 @@ } src_compile() { + # not available via configure and requested in bug #207701 + use fulltext && append-flags -DSQLITE_ENABLE_FTS3=1 \ + -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 # not available via configure and requested in bug #143794 use soundex && append-flags -DSQLITE_SOUNDEX=1