diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-04-01 06:11:24 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-04-01 06:11:24 +0000 |
commit | 0dccd8292fdbb26dd301cbc7c2e4c49b5637be76 (patch) | |
tree | c80d5c3d48f644d974c06dabac1e6b438e6ff698 /media-sound/mp3splt/mp3splt-2.1.ebuild | |
parent | QA fix for bug #119072 (diff) | |
download | gentoo-2-0dccd8292fdbb26dd301cbc7c2e4c49b5637be76.tar.gz gentoo-2-0dccd8292fdbb26dd301cbc7c2e4c49b5637be76.tar.bz2 gentoo-2-0dccd8292fdbb26dd301cbc7c2e4c49b5637be76.zip |
Add patch to fix compilation with gcc-4 by TGL <degrenier AT easyconnect DOT fr>; bug #126814
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'media-sound/mp3splt/mp3splt-2.1.ebuild')
-rw-r--r-- | media-sound/mp3splt/mp3splt-2.1.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/media-sound/mp3splt/mp3splt-2.1.ebuild b/media-sound/mp3splt/mp3splt-2.1.ebuild index 0ee7f0669fec..bc21e4153c41 100644 --- a/media-sound/mp3splt/mp3splt-2.1.ebuild +++ b/media-sound/mp3splt/mp3splt-2.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild,v 1.5 2006/03/08 20:22:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.1.ebuild,v 1.6 2006/04/01 06:11:24 halcy0n Exp $ + +inherit eutils DESCRIPTION="A command line utility to split mp3 and vorbis files" HOMEPAGE="http://mp3splt.sourceforge.net/" @@ -14,6 +16,12 @@ IUSE="vorbis" DEPEND="vorbis? ( media-libs/libvorbis ) media-libs/libmad" +src_unpack() { + unpack ${A} + + epatch "${FILESDIR}"/${P}-gcc41.patch +} + src_compile() { local myconf |