summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Lookabaugh2017-06-12 18:40:49 -0500
committerTaylor Lookabaugh2017-06-12 18:40:49 -0500
commit3c341be2aa0b14fa182a6b85a8e7bb466efceacc (patch)
tree7bb8f8f9e4781b7a1eafff9725884365e6c3606a
parent915df7277afb2f1d30b632812404ce500fcffc6b (diff)
downloadaur-3c341be2aa0b14fa182a6b85a8e7bb466efceacc.tar.gz
fix compilation issue with au_channel.h
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87eef8b3f48c..b98d57b659a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libaacplus
pkgver=2.0.2
-pkgrel=8
+pkgrel=9
pkgdesc="3GPP AAC+ High Efficiency Advanced Audio Codec v2 (HE-AAC+) Encoder Shared Library"
arch=('i686' 'x86_64')
url="http://tipok.org.ua/node/17"
@@ -19,6 +19,7 @@ md5sums=('3fc15d5aa91d0e8b8f94acb6555103da')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 -i ../../au.patch
for i in $(find . -name 'Makefile.am');do sed 's|INCLUDES|AM_CPPFLAGS|g' -i $i; done
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
./autogen.sh