summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Hasting2016-11-07 10:02:45 -0500
committerDan Hasting2016-11-07 10:02:45 -0500
commit3eb0d42ce1f6005df4e09f5b17e679a8adf07b01 (patch)
tree5804d3740014feee882a2e6c07ba14c76d532495 /PKGBUILD
parent06bcbbebaf96b3dd2439a7422824710be6887342 (diff)
downloadaur-linphone-plugin-msx264.tar.gz
Add build fix from OJaksch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a341dd90786..43fca7a5d80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=linphone-plugin-msx264
_pkgname=msx264
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Linphone plugin that enables H.264 video codec"
url="http://www.linphone.org/"
arch=('i686' 'x86_64')
@@ -18,6 +18,9 @@ cd "$srcdir/$_pkgname-$pkgver"
autoreconf --force --install
./configure --prefix=/usr
+#Fix build error
+sed -i 's/-Werror//g' src/Makefile
+
make
}