diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-08-10 23:35:15 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-08-10 23:35:15 +0000 |
commit | 83d4743928a8e4222b74aba76cec01528cdfe6f4 (patch) | |
tree | 4b19bc957447a721991a636e95e7c478a0746e7f /media-libs/tunepimp/tunepimp-0.3.0.ebuild | |
parent | Moving glabels to app-office (diff) | |
download | historical-83d4743928a8e4222b74aba76cec01528cdfe6f4.tar.gz historical-83d4743928a8e4222b74aba76cec01528cdfe6f4.tar.bz2 historical-83d4743928a8e4222b74aba76cec01528cdfe6f4.zip |
Add a patch to make it compile
Diffstat (limited to 'media-libs/tunepimp/tunepimp-0.3.0.ebuild')
-rw-r--r-- | media-libs/tunepimp/tunepimp-0.3.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/tunepimp/tunepimp-0.3.0.ebuild b/media-libs/tunepimp/tunepimp-0.3.0.ebuild index b3f32e535a0e..04b662bb66be 100644 --- a/media-libs/tunepimp/tunepimp-0.3.0.ebuild +++ b/media-libs/tunepimp/tunepimp-0.3.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.3.0.ebuild,v 1.3 2004/08/10 21:22:40 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.3.0.ebuild,v 1.4 2004/08/10 23:35:15 caleb Exp $ + +inherit eutils IUSE="flac mad oggvorbis readline" @@ -25,6 +27,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/lib${P} src_compile() { + epatch ${FILESDIR}/thread.patch econf || die "configure failed" emake || die "emake failed" } |