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

Collapse All | Expand All

(-)a/maradns-1.2.12.10.ebuild (-1 / +1 lines)
Lines 22-28 Link Here
22
		-e "s:PREFIX/man:PREFIX/share/man:" \
22
		-e "s:PREFIX/man:PREFIX/share/man:" \
23
		-e "s:PREFIX/doc/maradns-\$VERSION:PREFIX/share/doc/${PF}:" \
23
		-e "s:PREFIX/doc/maradns-\$VERSION:PREFIX/share/doc/${PF}:" \
24
		build/install.locations || die
24
		build/install.locations || die
25
	sed -i -e "s:-O2:${CFLAGS}:" build/Makefile.linux || die
25
	sed -i -e 's:-O2:$(CFLAGS):' build/Makefile.linux || die
26
}
26
}
27
27
28
src_compile() {
28
src_compile() {

Return to bug 240884