diff options
author | 2009-12-21 17:03:42 +0000 | |
---|---|---|
committer | 2009-12-21 17:03:42 +0000 | |
commit | 6eef7f77cc081be90343cfd84ed9dafa0897ca43 (patch) | |
tree | 2eb8879bb2271f0db63ea811597eab6f7e3c75cf /media-sound/mac/mac-3.99.4.5.4.ebuild | |
parent | Add ~sparc wrt #283235 (diff) | |
download | gentoo-2-6eef7f77cc081be90343cfd84ed9dafa0897ca43.tar.gz gentoo-2-6eef7f77cc081be90343cfd84ed9dafa0897ca43.tar.bz2 gentoo-2-6eef7f77cc081be90343cfd84ed9dafa0897ca43.zip |
Update gcc-4.4 patch. Thanks to Yu Yuwei in bug #297721.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-sound/mac/mac-3.99.4.5.4.ebuild')
-rw-r--r-- | media-sound/mac/mac-3.99.4.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mac/mac-3.99.4.5.4.ebuild b/media-sound/mac/mac-3.99.4.5.4.ebuild index dacd7876eb34..ca28d4a97413 100644 --- a/media-sound/mac/mac-3.99.4.5.4.ebuild +++ b/media-sound/mac/mac-3.99.4.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/mac-3.99.4.5.4.ebuild,v 1.2 2009/12/20 20:31:00 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/mac-3.99.4.5.4.ebuild,v 1.3 2009/12/21 17:03:42 billie Exp $ EAPI=2 @@ -28,7 +28,7 @@ S=${WORKDIR}/${MY_P} RESTRICT="mirror" src_prepare() { - epatch "${FILESDIR}"/${PN}-3.99.4.5-gcc44.patch + epatch "${FILESDIR}"/${P}-gcc44.patch sed -i -e 's:-O3::' configure || die } |