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
commit1696b5557a2c18efb8c7425dd5848319d71d5c27 (patch)
treec8f01d3f8018710366ef6d1df092513262d4b55f /eclass/gst-plugins.eclass
parentRemove old versions. (diff)
downloadgentoo-2-1696b5557a2c18efb8c7425dd5848319d71d5c27.tar.gz
gentoo-2-1696b5557a2c18efb8c7425dd5848319d71d5c27.tar.bz2
gentoo-2-1696b5557a2c18efb8c7425dd5848319d71d5c27.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