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

(-)/usr/portage/sys-block/aoetools/aoetools-30.ebuild (-1 / +3 lines)
Lines 15-21 Link Here
15
src_unpack() {
15
src_unpack() {
16
	unpack ${A}
16
	unpack ${A}
17
	cd "${S}"
17
	cd "${S}"
18
	sed -i -e 's,^CFLAGS.*,CFLAGS += -Wall,g' Makefile || die "Failed to clean up makefile"
18
	sed -i Makefile -e 's,^CFLAGS.*,CFLAGS += -Wall,g' \
19
			-e 's,${CC},${CC} ${LDFLAGS} ,'\
20
		 || die "Failed to clean up makefile"
19
}
21
}
20
22
21
src_install() {
23
src_install() {

Return to bug 336022