diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-27 18:21:50 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-27 19:14:29 +0000 |
commit | bd8f1f4778cbce936d1a9cc782b6cdf172081456 (patch) | |
tree | 6839eae5f385e20776b9ab1942e0694b5fdbafd0 /main/xvidcore/APKBUILD | |
parent | 1a27add685ebec1949b730d3fbb00c4c7b722a0f (diff) | |
download | aports-bd8f1f4778cbce936d1a9cc782b6cdf172081456.tar.bz2 aports-bd8f1f4778cbce936d1a9cc782b6cdf172081456.tar.xz |
main/[various]: update config.sub (fixes musl build)
Diffstat (limited to 'main/xvidcore/APKBUILD')
-rw-r--r-- | main/xvidcore/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/xvidcore/APKBUILD b/main/xvidcore/APKBUILD index bcfcfae1c3..a01a9957af 100644 --- a/main/xvidcore/APKBUILD +++ b/main/xvidcore/APKBUILD @@ -11,6 +11,11 @@ depends= makedepends="nasm" source="http://downloads.xvid.org/downloads/$pkgname-$pkgver.tar.bz2" +prepare() { + cd "$srcdir"/$pkgname + update_config_sub || return 1 +} + build() { cd "$srcdir"/$pkgname/build/generic ./configure \ |