summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-05-05 18:24:58 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-05-05 18:24:58 +0000
commit538bc796518514dae68416fc3b9063f814fa43de (patch)
tree911534783e0b5ecd2e724a9003fe9a7c006f8cd0 /media-libs/libfame/libfame-0.9.1-r1.ebuild
parentFixed [<>]=cat/pkg-ver* dependencies. (diff)
downloadhistorical-538bc796518514dae68416fc3b9063f814fa43de.tar.gz
historical-538bc796518514dae68416fc3b9063f814fa43de.tar.bz2
historical-538bc796518514dae68416fc3b9063f814fa43de.zip
added patch to fix aclocal warning
Package-Manager: portage-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.ebuild4
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() {