Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 207701 | Differences between
and this patch

Collapse All | Expand All

(-)sqlite-3.5.9.ebuild (-1 / +4 lines)
Lines 15-21 Link Here
15
LICENSE="as-is"
15
LICENSE="as-is"
16
SLOT="3"
16
SLOT="3"
17
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
17
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
18
IUSE="debug doc soundex tcl +threadsafe"
18
IUSE="debug doc fulltext soundex tcl +threadsafe"
19
RESTRICT="!tcl? ( test )"
19
RESTRICT="!tcl? ( test )"
20
20
21
RDEPEND="tcl? ( dev-lang/tcl )"
21
RDEPEND="tcl? ( dev-lang/tcl )"
Lines 47-52 Link Here
47
}
47
}
48
48
49
src_compile() {
49
src_compile() {
50
	# not available via configure and requested in bug #207701
51
	use fulltext && append-flags -DSQLITE_ENABLE_FTS3=1 \
52
		-DSQLITE_ENABLE_FTS3_PARENTHESIS=1
50
	# not available via configure and requested in bug #143794
53
	# not available via configure and requested in bug #143794
51
	use soundex && append-flags -DSQLITE_SOUNDEX=1
54
	use soundex && append-flags -DSQLITE_SOUNDEX=1
52
55

Return to bug 207701