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

Collapse All | Expand All

(-)/usr/portage/dev-db/libdbi/libdbi-0.8.3.ebuild (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
src_compile() {
33
src_compile() {
34
	# should append CFLAGS, not replace them
34
	# should append CFLAGS, not replace them
35
	sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in
35
	sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' $(find -name Makefile.in)
36
	econf $(use_enable doc docs) || die "econf failed"
36
	econf $(use_enable doc docs) || die "econf failed"
37
	emake || die "emake failed"
37
	emake || die "emake failed"
38
}
38
}

Return to bug 310437