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

(-)smartmontools-5.0.45.ebuild.orig (+3 lines)
Lines 14-19 Link Here
14
S=${WORKDIR}/${MY_P}
14
S=${WORKDIR}/${MY_P}
15
15
16
src_compile() {
16
src_compile() {
17
	cp Makefile Makefile.orig
18
	sed -e "/^CFLAGS/c CFLAGS = -fsigned-char ${CFLAGS}" < Makefile.orig \
19
		> Makefile
17
	emake || die
20
	emake || die
18
}
21
}
19
22

Return to bug 17232