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/at-spi2-atk | |
parent | 1a27add685ebec1949b730d3fbb00c4c7b722a0f (diff) | |
download | aports-bd8f1f4778cbce936d1a9cc782b6cdf172081456.tar.bz2 aports-bd8f1f4778cbce936d1a9cc782b6cdf172081456.tar.xz |
main/[various]: update config.sub (fixes musl build)
Diffstat (limited to 'main/at-spi2-atk')
-rw-r--r-- | main/at-spi2-atk/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/at-spi2-atk/APKBUILD b/main/at-spi2-atk/APKBUILD index d315ddf224..bd34fb0caa 100644 --- a/main/at-spi2-atk/APKBUILD +++ b/main/at-spi2-atk/APKBUILD @@ -18,6 +18,7 @@ _builddir="$srcdir"/at-spi2-atk-$pkgver prepare() { local i cd "$_builddir" + update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; |