summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4955e391bde1..c2ff8556f0ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=pidgin-sipe
pkgver=1.25.0
-pkgrel=2
+pkgrel=3
pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
arch=('x86_64')
license=('GPL2')
@@ -26,8 +26,12 @@ build() {
# Fix #359: Incorrect build due to false negative configure checks
patch -p1 <"${srcdir}/${pkgname}-fix-359.patch"
+ autopoint --force
+ AUTOPOINT="intltoolize --copy --force --automake" \
+ autoreconf --force --install
+ # End fix #359
- ./configure --prefix=/usr --disable-telepathy
+ ./configure --prefix=/usr --disable-telepathy --with-vv
make
}