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

(-)tcc-0.9.26-r1.ebuild (-6 / +2 lines)
Lines 40-51 Link Here
40
					# better fixes welcome, it feels wrong to hack the env like this
40
					# better fixes welcome, it feels wrong to hack the env like this
41
	# not autotools, so call configure directly
41
	# not autotools, so call configure directly
42
	./configure --cc="$(tc-getCC)" \
42
	./configure --cc="$(tc-getCC)" \
43
                --bindir=/usr/bin \
43
		--prefix="${EPREFIX}/usr" \
44
                --libdir=/usr/$(get_libdir) \
44
		--libdir="${EPREFIX}/usr/$(get_libdir)"
45
                --tccdir=tcc \
46
                --includedir=/usr/include \
47
                --docdir=/usr/share/doc/${PF} \
48
                --mandir=/usr/share/man
49
}
45
}
50
46
51
src_compile() {
47
src_compile() {

Return to bug 499440