diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-09 11:45:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-09 11:45:56 +0000 |
commit | b60499667364d416f36d183d6c673b69c25ec2ca (patch) | |
tree | 71da461ebb5a86fe3af868848400b221a66b6d6f /main/libtheora | |
parent | e7f85a27f12e56bd2717dc1e9f45d2de8bf2094d (diff) | |
download | aports-b60499667364d416f36d183d6c673b69c25ec2ca.tar.bz2 aports-b60499667364d416f36d183d6c673b69c25ec2ca.tar.xz |
main/libtheora: force update of autotools
so we get a fresh config.sub
Diffstat (limited to 'main/libtheora')
-rw-r--r-- | main/libtheora/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libtheora/APKBUILD b/main/libtheora/APKBUILD index a4632b2f4..e0ef090b0 100644 --- a/main/libtheora/APKBUILD +++ b/main/libtheora/APKBUILD @@ -26,8 +26,8 @@ prepare() { patch -p1 -i "$srcdir"/$i || return 1 esac done - aclocal -I m4 && autoconf && automake --add-missing \ - && libtoolize || return 1 + libtoolize --force && aclocal -I m4 && autoconf --force \ + && automake --force --add-missing || return 1 } build() { |