aboutsummaryrefslogtreecommitdiffstats
path: root/main/mutt
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/mutt
parenta600dd3ea6fb094ee9b972ca8ee1df39417aa35d (diff)
downloadaports-da021e8a3c866362aae30d3811323038400e9fc3.tar.bz2
aports-da021e8a3c866362aae30d3811323038400e9fc3.tar.xz
[various]: update config.sub (fixes musl build)
Diffstat (limited to 'main/mutt')
-rw-r--r--main/mutt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index c438714ac..47ae225f3 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -18,7 +18,7 @@ _builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
- # apply patches here
+ update_config_sub || return 1
}
build() {