--- spandsp-0.0.2_pre26.ebuild.orig 2008-11-30 00:50:23.000000000 +0300 +++ spandsp-0.0.2_pre26.ebuild 2008-11-30 00:54:25.000000000 +0300 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.2_pre26.ebuild,v 1.2 2008/06/20 10:08:31 drac Exp $ +inherit eutils + IUSE="" DESCRIPTION="SpanDSP is a library of DSP functions for telephony." @@ -17,6 +19,13 @@ KEYWORDS="~amd64 ~ppc ~x86" DEPEND=">=media-libs/audiofile-0.2.6-r1 >=media-libs/tiff-3.5.7-r1" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${PN}-0.0.2-gcc43.patch" +} + src_install () { einstall || die dodoc AUTHORS NEWS README