--- yate-1.2.0.ebuild.orig 2007-11-15 10:44:29 +0000 +++ yate-1.2.0.ebuild 2007-11-15 10:39:47 +0000 @@ -4,7 +4,7 @@ IUSE="doc gsm gtk h323 ilbc postgres zaptel" -inherit eutils +inherit eutils autotools DESCRIPTION="YATE - Yet Another Telephony Engine" HOMEPAGE="http://yate.null.ro/" @@ -30,7 +30,11 @@ cd ${S} # fix gtk2 plugin makefile - epatch ${FILESDIR}/${PN}-0.9.0-gtk2.diff + epatch "${FILESDIR}"/${PN}-0.9.0-gtk2.diff + # fix uclibc #199222 + epatch "${FILESDIR}"/${P}-libm.patch + epatch "${FILESDIR}"/${P}-dn_skipname.patch + eautoreconf } src_compile() {