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

Collapse All | Expand All

(-)yate-1.2.0.ebuild.orig (-2 / +6 lines)
Lines 4-10 Link Here
4
4
5
IUSE="doc gsm gtk h323 ilbc postgres zaptel"
5
IUSE="doc gsm gtk h323 ilbc postgres zaptel"
6
6
7
inherit eutils
7
inherit eutils autotools
8
8
9
DESCRIPTION="YATE - Yet Another Telephony Engine"
9
DESCRIPTION="YATE - Yet Another Telephony Engine"
10
HOMEPAGE="http://yate.null.ro/"
10
HOMEPAGE="http://yate.null.ro/"
Lines 30-36 Link Here
30
	cd ${S}
30
	cd ${S}
31
31
32
	# fix gtk2 plugin makefile
32
	# fix gtk2 plugin makefile
33
	epatch ${FILESDIR}/${PN}-0.9.0-gtk2.diff
33
	epatch "${FILESDIR}"/${PN}-0.9.0-gtk2.diff
34
	# fix uclibc #199222
35
	epatch "${FILESDIR}"/${P}-libm.patch
36
	epatch "${FILESDIR}"/${P}-dn_skipname.patch
37
	eautoreconf
34
}
38
}
35
39
36
src_compile() {
40
src_compile() {

Return to bug 199222