summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerm@gentoo.org>2005-09-06 12:49:35 +0000
committerZaheer Abbas Merali <zaheerm@gentoo.org>2005-09-06 12:49:35 +0000
commit6ec828ccc55675df6d99e98bbc4a31c13c81ee04 (patch)
tree854120421f6a68779ded9d475a92120888266691 /eclass/gst-plugins.eclass
parentRemove old versions. (diff)
downloadhistorical-6ec828ccc55675df6d99e98bbc4a31c13c81ee04.tar.gz
historical-6ec828ccc55675df6d99e98bbc4a31c13c81ee04.tar.bz2
historical-6ec828ccc55675df6d99e98bbc4a31c13c81ee04.zip
Fix bug #104944
Diffstat (limited to 'eclass/gst-plugins.eclass')
-rw-r--r--eclass/gst-plugins.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass
index 852e1734efed..ebb557d6fb64 100644
--- a/eclass/gst-plugins.eclass
+++ b/eclass/gst-plugins.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.29 2005/09/05 16:52:57 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.30 2005/09/06 12:49:35 zaheerm Exp $
# Author : foser <foser@gentoo.org>
@@ -14,7 +14,7 @@
# Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer
# or the gstreamer team.
-inherit eutils
+inherit eutils libtool autotools
###
@@ -138,7 +138,8 @@ gst-plugins_src_unpack() {
cd ${S}
if [ ${PV} == "0.8.11" ]; then
epatch ${FILESDIR}/../../../media-libs/gst-plugins/files/gst-plugins-0.8.11-conffix.patch
- ./autogen.sh
+ AT_M4DIR="-I m4 -I common/m4"
+ eautoreconf
elibtoolize
fi