diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-16 18:14:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-16 18:14:14 +0000 |
commit | 1e68579fc56a72ee9adcfcd6ff4be7115081f06c (patch) | |
tree | f0c04e1f9baad91360720925c65767e4e27ca8bd /media-libs/faac/faac-1.24.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-1e68579fc56a72ee9adcfcd6ff4be7115081f06c.tar.gz gentoo-2-1e68579fc56a72ee9adcfcd6ff4be7115081f06c.tar.bz2 gentoo-2-1e68579fc56a72ee9adcfcd6ff4be7115081f06c.zip |
Use autotools eclass and eautoreconf instead of faac's bootstrap script, should fix bug #95825.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-libs/faac/faac-1.24.ebuild')
-rw-r--r-- | media-libs/faac/faac-1.24.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/media-libs/faac/faac-1.24.ebuild b/media-libs/faac/faac-1.24.ebuild index 6aaf845f17be..60c91507a6dd 100644 --- a/media-libs/faac/faac-1.24.ebuild +++ b/media-libs/faac/faac-1.24.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.24.ebuild,v 1.19 2005/09/09 11:15:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.24.ebuild,v 1.20 2005/10/16 18:14:14 flameeyes Exp $ -inherit libtool eutils +inherit libtool eutils autotools DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" HOMEPAGE="http://www.audiocoding.com/" @@ -23,12 +23,9 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} - cd ${S} - export WANT_AUTOMAKE=1.7 - export WANT_AUTOCONF=2.5 - sh ./bootstrap + eautoreconf elibtoolize epunt_cxx } |