aboutsummaryrefslogtreecommitdiffstats
path: root/community/w3m
diff options
context:
space:
mode:
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 \