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

Collapse All | Expand All

(-)yaps-0.96-r4.ebuild (-1 / +1 lines)
Lines 64-70 Link Here
64
	local myconf=""
64
	local myconf=""
65
	use lua && myconf="${myconf} LUA=True"
65
	use lua && myconf="${myconf} LUA=True"
66
	use slang && myconf="${myconf} SLANG=True"
66
	use slang && myconf="${myconf} SLANG=True"
67
	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" ${myconf} || die "emake failed"
67
	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${myconf} || die "emake failed"
68
}
68
}
69
69
70
src_install() {
70
src_install() {

Return to bug 337899