aboutsummaryrefslogtreecommitdiffstats
path: root/main/gmime
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-12-24 11:26:59 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-12-24 11:29:46 +0000
commitda021e8a3c866362aae30d3811323038400e9fc3 (patch)
treecf490ea71b275761d7b3c4453d38b07f41082e34 /main/gmime
parenta600dd3ea6fb094ee9b972ca8ee1df39417aa35d (diff)
downloadaports-da021e8a3c866362aae30d3811323038400e9fc3.tar.bz2
aports-da021e8a3c866362aae30d3811323038400e9fc3.tar.xz
[various]: update config.sub (fixes musl build)
Diffstat (limited to 'main/gmime')
-rw-r--r--main/gmime/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gmime/APKBUILD b/main/gmime/APKBUILD
index a6dadb818a..d8e199ed57 100644
--- a/main/gmime/APKBUILD
+++ b/main/gmime/APKBUILD
@@ -18,6 +18,7 @@ _builddir="${srcdir}/${pkgname}-${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;;