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

(-)levee-3.5a.ebuild (+1 lines)
Lines 28-33 Link Here
28
src_configure() {
28
src_configure() {
29
	export AC_CPP_PROG=$(tc-getCPP)
29
	export AC_CPP_PROG=$(tc-getCPP)
30
	export AC_PATH=${PATH}
30
	export AC_PATH=${PATH}
31
	export AC_LIBDIR="$($(tc-getPKG_CONFIG) --libs ncurses)"
31
	./configure.sh --prefix="${PREFIX}"/usr || die "configure failed"
32
	./configure.sh --prefix="${PREFIX}"/usr || die "configure failed"
32
}
33
}
33
34

Return to bug 459638