aboutsummaryrefslogtreecommitdiffstats
path: root/community/w3m
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-16 00:10:20 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-16 00:10:20 +0000
commit92942800aaa2e488fca4868a3a6cea9445daac56 (patch)
treee09336a710b7568e036e179a2150bd694500937f /community/w3m
parent0e840e67bd11f3ed927c84cf79ec4ec0a0928e65 (diff)
downloadaports-92942800aaa2e488fca4868a3a6cea9445daac56.tar.bz2
aports-92942800aaa2e488fca4868a3a6cea9445daac56.tar.xz
community/w3m: build fix aarch64
Diffstat (limited to 'community/w3m')
-rw-r--r--community/w3m/APKBUILD5
1 files changed, 5 insertions, 0 deletions
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 \