summaryrefslogtreecommitdiffstats
path: root/main/wv
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-30 06:50:11 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-09-30 06:50:11 +0000
commit3cbacc3c5e414a58ae215445519eb46db4921e08 (patch)
treefdda868b3483e251d6dd9c91f429ae094f093b45 /main/wv
parentd48c529a8295229678d40751772417ef08a681f4 (diff)
downloadaports-3cbacc3c5e414a58ae215445519eb46db4921e08.tar.bz2
aports-3cbacc3c5e414a58ae215445519eb46db4921e08.tar.xz
main/[various]: update config.sub
Diffstat (limited to 'main/wv')
-rw-r--r--main/wv/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/wv/APKBUILD b/main/wv/APKBUILD
index 3ddad0cf2..c677edfeb 100644
--- a/main/wv/APKBUILD
+++ b/main/wv/APKBUILD
@@ -13,6 +13,7 @@ source="http://www.abisource.com/downloads/wv/$pkgver/wv-$pkgver.tar.gz"
prepare() {
cd "$srcdir"/$pkgname-$pkgver
+ update_config_sub || return 1
# patch -p1 -i "$srcdir"/fix-soname.patch
}