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

Collapse All | Expand All

(-)freebsd-mk-defs-9.2_rc3.ebuild (-2 / +2 lines)
Lines 24-31 Link Here
24
S="${WORKDIR}/share/mk"
24
S="${WORKDIR}/share/mk"
25
25
26
src_prepare() {
26
src_prepare() {
27
	epatch "${FILESDIR}/${PN}-9.2-gentoo.patch"
27
	epatch "${FILESDIR}/${PN}-10.0-gentoo.patch"
28
	use userland_GNU && epatch "${FILESDIR}/${PN}-9.2-gnu.patch"
28
	use userland_GNU && epatch "${FILESDIR}/${PN}-10.0-gnu.patch"
29
}
29
}
30
30
31
src_compile() { :; }
31
src_compile() { :; }

Return to bug 488214