aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/abiword/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/abiword/APKBUILD b/community/abiword/APKBUILD
index 910963b492c..a918f7cce1c 100644
--- a/community/abiword/APKBUILD
+++ b/community/abiword/APKBUILD
@@ -9,7 +9,7 @@ options="!check" # Test suite requires valgrind, etc
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev readline-dev libgsf-dev enchant2-dev fribidi-dev wv-dev
popt-dev libjpeg-turbo-dev librsvg-dev bzip2-dev goffice-dev pcre-dev
- libxslt-dev perl automake autoconf libtool"
+ libxslt-dev perl automake autoconf libtool autoconf-archive"
# openxml plugin
makedepends="$makedepends boost-dev"
@@ -36,7 +36,6 @@ prepare() {
sed -i 's/enchant >=/enchant-2 >=/' configure.ac
- libtoolize --force
autoreconf -fi
}