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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- app-misc/beep/beep-1.2.2-r1.ebuild
0
++ app-misc/beep/beep-1.2.2-r1.ebuild
Lines 21-27 Link Here
21
	sed -i -e 's/CC=gcc/CC?=gcc/' Makefile || ewarn "Have I been fixed?"
21
	sed -i -e 's/CC=gcc/CC?=gcc/' Makefile || ewarn "Have I been fixed?"
22
}
22
}
23
src_compile() {
23
src_compile() {
24
	emake CC=$(tc-getCC) FLAGS="${CFLAGS}" || die "compile problem"
24
	emake CC=$(tc-getCC) FLAGS="${CPPFLAGS} ${CFLAGS} ${ASFLAGS} ${LDFLAGS}" || die "compile problem"
25
}
25
}
26
26
27
src_install() {
27
src_install() {

Return to bug 181434