summaryrefslogtreecommitdiffstats
path: root/main/icedtea-web
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-02-19 09:33:45 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-02-19 09:33:45 +0000
commit5a95c9f7c4e74ea14d6b2328aceded4c13dadb48 (patch)
tree2782b512e7b74d044d934d71938d5310a0a33b1a /main/icedtea-web
parent7c906a8315f01ba377a91925b598635e1d1afb4b (diff)
downloadaports-5a95c9f7c4e74ea14d6b2328aceded4c13dadb48.tar.bz2
aports-5a95c9f7c4e74ea14d6b2328aceded4c13dadb48.tar.xz
main/icedtea-web: fix musl build
Diffstat (limited to 'main/icedtea-web')
-rw-r--r--main/icedtea-web/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/icedtea-web/APKBUILD b/main/icedtea-web/APKBUILD
index 0a45aa915..57ef20cba 100644
--- a/main/icedtea-web/APKBUILD
+++ b/main/icedtea-web/APKBUILD
@@ -19,6 +19,7 @@ _builddir="$srcdir"/icedtea-web-$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;;