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

(-)libtermcap-compat-2.0.8-r2.ebuild (-1 / +3 lines)
Lines 37-46 src_unpack() { Link Here
37
37
38
	cd "${S}"
38
	cd "${S}"
39
	epatch "${EPATCH_SOURCE}"
39
	epatch "${EPATCH_SOURCE}"
40
	
41
	sed -i -e 's/$(CC) -shared/$(CC) $(LDFLAGS) -shared/g' Makefile || die
40
}
42
}
41
43
42
src_compile() {
44
src_compile() {
43
	emake prefix="/" CFLAGS="${CFLAGS} -I." || die
45
	emake prefix="/" CFLAGS="${CFLAGS} -I." LDFLAGS="${LDFLAGS}" || die
44
}
46
}
45
47
46
src_install() {
48
src_install() {

Return to bug 335903