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

Collapse All | Expand All

(-)mrouted-3.9_beta3.ebuild.old (-1 / +3 lines)
Lines 13-19 Link Here
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~x86 ~ppc"
14
KEYWORDS="~x86 ~ppc"
15
15
16
DEPEND="virtual/os-headers"
16
DEPEND="virtual/os-headers
17
	dev-util/yacc"
17
18
18
S=${WORKDIR}/${MY_P}
19
S=${WORKDIR}/${MY_P}
19
20
Lines 21-26 Link Here
21
	unpack ${A}
22
	unpack ${A}
22
	cd ${S}
23
	cd ${S}
23
	epatch ${WORKDIR}/mrouted_${PV/_/-}-${DEB_PVER}.diff
24
	epatch ${WORKDIR}/mrouted_${PV/_/-}-${DEB_PVER}.diff
25
	epatch ${FILESDIR}/mrouted-fix-types.h.diff
24
	sed -i "s:-O:${CFLAGS}:" Makefile
26
	sed -i "s:-O:${CFLAGS}:" Makefile
25
}
27
}
26
28

Return to bug 44265