diff --git a/srcpkgs/faac/template b/srcpkgs/faac/template index 86a2a91efa..cea62a3a1f 100644 --- a/srcpkgs/faac/template +++ b/srcpkgs/faac/template @@ -1,11 +1,11 @@ # Template file for 'faac' pkgname=faac version=1.28 -revision=5 +revision=6 subpackages="faac-devel" build_style=gnu-configure configure_args="--with-mp4v2 --disable-static" -makedepends="automake libmp4v2-devel>=2.0.0" +makedepends="automake libtool libmp4v2-devel>=2.0.0" short_desc="AAC audio encoder library" maintainer="Juan RP " homepage="http://www.audiocoding.com/" @@ -15,6 +15,7 @@ checksum=c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df pre_configure() { find . -type f -print0 | xargs -0 sed -i 's/\r//g' + sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in ./bootstrap }