summaryrefslogtreecommitdiff
path: root/extra/libots/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libots/PKGBUILD')
-rw-r--r--extra/libots/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libots/PKGBUILD b/extra/libots/PKGBUILD
index 42f7bcea8..ea0ec73c9 100644
--- a/extra/libots/PKGBUILD
+++ b/extra/libots/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=libots
pkgver=0.5.0
-pkgrel=3
+pkgrel=3.2
pkgdesc='Open Text Summarizer'
url='http://libots.sourceforge.net/'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libxml2' 'glib2')
options=('!libtool' '!makeflags')
@@ -19,6 +19,7 @@ build() {
cd "${srcdir}/ots-${pkgver}"
touch gtk-doc.make
sed -i -e 's/en.xml$//' dic/Makefile.am
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
libtoolize --force
aclocal
automake --add-missing --force