diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-09 15:14:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 15:19:04 +0000 |
commit | 775af0126177665a7e5d34030ccd439082caeb9f (patch) | |
tree | 0620b42268fb61f5fb9f0b008dc18ffb7f8d462a /community/bluefish/APKBUILD | |
parent | bf7478bf9950d4b435ce7601cef4123bcdc2edbc (diff) | |
download | aports-775af0126177665a7e5d34030ccd439082caeb9f.tar.bz2 aports-775af0126177665a7e5d34030ccd439082caeb9f.tar.xz |
community/bluefish: update config guess
Run configure guess before build to fix build on ppc64le.
Diffstat (limited to 'community/bluefish/APKBUILD')
-rw-r--r-- | community/bluefish/APKBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/bluefish/APKBUILD b/community/bluefish/APKBUILD index 5278c8b97b..6f09cab7a7 100644 --- a/community/bluefish/APKBUILD +++ b/community/bluefish/APKBUILD @@ -13,6 +13,12 @@ subpackages="$pkgname-lang $pkgname-doc" source="http://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2" builddir=${srcdir}/${pkgname}-${pkgver} + +prepare() { + default_prepare + update_config_guess +} + build() { cd "$builddir" ./configure --prefix=/usr |