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

Collapse All | Expand All

(-)xblockout-1.1.2.ebuild.orig (+2 lines)
Lines 25-30 Link Here
25
	sed -i \
25
	sed -i \
26
		-e "s:-g$:${CFLAGS}:" ${S}/Makefile.in \
26
		-e "s:-g$:${CFLAGS}:" ${S}/Makefile.in \
27
			|| die "sed Makefile.in failed"
27
			|| die "sed Makefile.in failed"
28
	cd ${S}
29
	epatch ${FILESDIR}/${PN}-xfree.patch
28
}
30
}
29
31
30
src_compile() {
32
src_compile() {

Return to bug 55223