summaryrefslogtreecommitdiff
path: root/faac
diff options
context:
space:
mode:
Diffstat (limited to 'faac')
-rw-r--r--faac/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/faac/Pkgfile b/faac/Pkgfile
index 3a0ade9eb..ca551967b 100644
--- a/faac/Pkgfile
+++ b/faac/Pkgfile
@@ -5,12 +5,13 @@
name=faac
version=1.28
-release=2
+release=3
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2 \
$name-$version-external-libmp4v2.patch)
build () {
cd $name-$version
+ sed -i -e 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
patch -p1 -i $SRC/$name-$version-external-libmp4v2.patch
chmod +x bootstrap
./bootstrap

Generated by cgit