From 92942800aaa2e488fca4868a3a6cea9445daac56 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 16 Aug 2016 00:10:20 +0000 Subject: community/w3m: build fix aarch64 --- community/w3m/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'community/w3m') diff --git a/community/w3m/APKBUILD b/community/w3m/APKBUILD index a9983da284..5f1bfe7469 100644 --- a/community/w3m/APKBUILD +++ b/community/w3m/APKBUILD @@ -18,6 +18,11 @@ source="http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname " builddir="${srcdir}/${pkgname}-${pkgver}" +prepare() { + default_prepare || return 1 + update_config_guess || return 1 +} + build() { cd $builddir ./configure \ -- cgit v1.2.3