mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
faac: fix build
This commit is contained in:
parent
2c25b16517
commit
cc0e1252d2
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'faac'
|
# Template file for 'faac'
|
||||||
pkgname=faac
|
pkgname=faac
|
||||||
version=1.28
|
version=1.28
|
||||||
revision=5
|
revision=6
|
||||||
subpackages="faac-devel"
|
subpackages="faac-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-mp4v2 --disable-static"
|
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"
|
short_desc="AAC audio encoder library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.audiocoding.com/"
|
homepage="http://www.audiocoding.com/"
|
||||||
|
@ -15,6 +15,7 @@ checksum=c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
|
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
|
./bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue