diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-11-05 20:37:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-11-05 20:37:11 +0000 |
commit | edf45cbb584c9426f33bebca003dc64df71b85e6 (patch) | |
tree | ad88adb32d025e78d0ceb25834319b3aba18eba3 /media-sound/mpfc/mpfc-1.3.7.ebuild | |
parent | New ebuild: Version bump from science overlay and bug 91120 because it will o... (diff) | |
download | historical-edf45cbb584c9426f33bebca003dc64df71b85e6.tar.gz historical-edf45cbb584c9426f33bebca003dc64df71b85e6.tar.bz2 historical-edf45cbb584c9426f33bebca003dc64df71b85e6.zip |
Gcc 4 compile fix
Package-Manager: portage-2.1.2_rc1-r3
Diffstat (limited to 'media-sound/mpfc/mpfc-1.3.7.ebuild')
-rw-r--r-- | media-sound/mpfc/mpfc-1.3.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/mpfc/mpfc-1.3.7.ebuild b/media-sound/mpfc/mpfc-1.3.7.ebuild index 3f648000316f..6e9618f8d381 100644 --- a/media-sound/mpfc/mpfc-1.3.7.ebuild +++ b/media-sound/mpfc/mpfc-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7.ebuild,v 1.1 2006/03/04 07:15:04 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7.ebuild,v 1.2 2006/11/05 20:37:11 aballier Exp $ inherit eutils multilib @@ -27,6 +27,7 @@ src_unpack() { xargs grep ^libdir | cut -f1 -d: | xargs sed -i "s:^\(libdir.*\)/lib/\(.*\)$:\1/$(get_libdir)/\2:" || die + epatch "${FILESDIR}/${PN}-gcc4.patch" } src_compile() { |