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

Collapse All | Expand All

(-)a/sci-mathematics/flint/flint-2.5.2.ebuild (-1 / +6 lines)
Lines 27-32 DEPEND="${RDEPEND} Link Here
27
		dev-texlive/texlive-latexextra
27
		dev-texlive/texlive-latexextra
28
	)"
28
	)"
29
29
30
src_prepare() {
31
	sed -i \
32
		-e '/echo "DLPATH_ADD=/s/\$DLPATH_ADD/\\\$(CURDIR)/' \
33
		./configure || die
34
}
35
30
src_configure() {
36
src_configure() {
31
	./configure \
37
	./configure \
32
		--prefix="${EPREFIX}/usr" \
38
		--prefix="${EPREFIX}/usr" \
33
- 

Return to bug 573868