aboutsummaryrefslogtreecommitdiffstats
path: root/main/goffice0.8
diff options
context:
space:
mode:
Diffstat (limited to 'main/goffice0.8')
-rw-r--r--main/goffice0.8/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/goffice0.8/APKBUILD b/main/goffice0.8/APKBUILD
index 9a2ec00643..54829f2cdd 100644
--- a/main/goffice0.8/APKBUILD
+++ b/main/goffice0.8/APKBUILD
@@ -25,7 +25,7 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
- libtoolize --force && aclocal && autoconf && automake
+ libtoolize --force && aclocal && autoconf && automake --add-missing
}
build() {