diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-02 17:59:13 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-02 17:59:13 +0000 |
commit | 0e6e6be19cd44e42be2182c7773b5d6a4f399e8c (patch) | |
tree | fefae5f2faeaa802c91347b64f7773405a95f54e /media-sound/audex/audex-0.74_beta1.ebuild | |
parent | hand update ChangeLog that repoman --echangelog failed to handle (diff) | |
download | gentoo-2-0e6e6be19cd44e42be2182c7773b5d6a4f399e8c.tar.gz gentoo-2-0e6e6be19cd44e42be2182c7773b5d6a4f399e8c.tar.bz2 gentoo-2-0e6e6be19cd44e42be2182c7773b5d6a4f399e8c.zip |
Add upstream patch to fix build with gcc47 spotted by Michael (kensington) <gentoo@scribeofthenile.com> wrt bug #414147.
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'media-sound/audex/audex-0.74_beta1.ebuild')
-rw-r--r-- | media-sound/audex/audex-0.74_beta1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/audex/audex-0.74_beta1.ebuild b/media-sound/audex/audex-0.74_beta1.ebuild index b144201fba02..067621390bf7 100644 --- a/media-sound/audex/audex-0.74_beta1.ebuild +++ b/media-sound/audex/audex-0.74_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/audex-0.74_beta1.ebuild,v 1.2 2011/10/28 23:48:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/audex-0.74_beta1.ebuild,v 1.3 2012/05/02 17:59:13 johu Exp $ EAPI=4 @@ -26,3 +26,5 @@ DEPEND=" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" + +PATCHES=( "${FILESDIR}/${P}-gcc47.patch" ) |