Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156299
Collapse All | Expand All

(-)sqlite-3.3.6.ebuild (-2 / +4 lines)
Lines 13-20 Link Here
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
14
IUSE="nothreadsafe doc tcl debug"
14
IUSE="nothreadsafe doc tcl debug"
15
15
16
DEPEND="virtual/libc
16
DEPEND="doc? ( dev-lang/tcl )
17
	doc? ( dev-lang/tcl )
18
	tcl? ( dev-lang/tcl )"
17
	tcl? ( dev-lang/tcl )"
19
18
20
SOURCE="/usr/bin/lemon"
19
SOURCE="/usr/bin/lemon"
Lines 46-51 Link Here
46
	epatch ${FILESDIR}/sqlite-64bit-test-fix.patch
45
	epatch ${FILESDIR}/sqlite-64bit-test-fix.patch
47
	epatch ${FILESDIR}/sqlite-64bit-test-fix2.patch
46
	epatch ${FILESDIR}/sqlite-64bit-test-fix2.patch
48
47
48
	# Respect LDFLAGS wrt bug #156299
49
	sed -i -e 's/^LTLINK = .*/& $(LDFLAGS)/' Makefile.in
50
49
	elibtoolize
51
	elibtoolize
50
	epunt_cxx
52
	epunt_cxx
51
}
53
}

Return to bug 156299