diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-16 00:10:20 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-16 00:10:20 +0000 |
commit | 92942800aaa2e488fca4868a3a6cea9445daac56 (patch) | |
tree | e09336a710b7568e036e179a2150bd694500937f /community/w3m | |
parent | 0e840e67bd11f3ed927c84cf79ec4ec0a0928e65 (diff) | |
download | aports-92942800aaa2e488fca4868a3a6cea9445daac56.tar.bz2 aports-92942800aaa2e488fca4868a3a6cea9445daac56.tar.xz |
community/w3m: build fix aarch64
Diffstat (limited to 'community/w3m')
-rw-r--r-- | community/w3m/APKBUILD | 5 |
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 \ |