diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-05 18:24:58 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-05 18:24:58 +0000 |
commit | 3204020ea3b31404032b2baad90c957f7a753262 (patch) | |
tree | 2c0620435effa299bdfe76d6e47bd0b97f977cd7 /media-libs/libfame/libfame-0.9.1-r1.ebuild | |
parent | Fixed [<>]=cat/pkg-ver* dependencies. (diff) | |
download | gentoo-2-3204020ea3b31404032b2baad90c957f7a753262.tar.gz gentoo-2-3204020ea3b31404032b2baad90c957f7a753262.tar.bz2 gentoo-2-3204020ea3b31404032b2baad90c957f7a753262.zip |
added patch to fix aclocal warning
(Portage version: 2.0.51.21)
Diffstat (limited to 'media-libs/libfame/libfame-0.9.1-r1.ebuild')
-rw-r--r-- | media-libs/libfame/libfame-0.9.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild index e238456ac17d..97981d023c94 100644 --- a/media-libs/libfame/libfame-0.9.1-r1.ebuild +++ b/media-libs/libfame/libfame-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.4 2005/05/02 09:44:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.5 2005/05/05 18:24:58 luckyduck Exp $ inherit flag-o-matic gcc eutils @@ -28,6 +28,8 @@ src_unpack() { # Do not add -march=i586, bug #41770. sed -i -e 's:-march=i[345]86 ::g' configure + + epatch ${FILESDIR}/${P}-underquoted-m4.patch } src_compile() { |