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

Collapse All | Expand All

(-)kbuild-0.1.5_p2.ebuild (-1 / +5 lines)
Lines 28-39 Link Here
28
28
29
	epatch "${FILESDIR}/${PN}-unknown-configure-opt.patch"
29
	epatch "${FILESDIR}/${PN}-unknown-configure-opt.patch"
30
	epatch "${FILESDIR}/${PN}-glibc-2.10.patch"
30
	epatch "${FILESDIR}/${PN}-glibc-2.10.patch"
31
	epatch "${FILESDIR}/${PN}-0.1.5-gentoo-docdir.patch"
31
	epatch "${FILESDIR}/${PN}-0.1.5-gentoo-docdir.patch" \
32
		"${FILESDIR}/${PN}-0.1.5-qa.patch"
32
33
33
	cd "${S}/src/kmk"
34
	cd "${S}/src/kmk"
34
	eautoreconf
35
	eautoreconf
35
	cd "${S}/src/sed"
36
	cd "${S}/src/sed"
36
	eautoreconf
37
	eautoreconf
38
39
	sed -e "s/_LDFLAGS\.${ARCH}*.*=/& ${LDFLAGS}/g" \
40
		-i "${S}"/Config.kmk || die #332225
37
}
41
}
38
42
39
src_compile() {
43
src_compile() {

Return to bug 332225