community/bluefish: update config guess

Run configure guess before build to fix build on ppc64le.
This commit is contained in:
Roberto Oliveira 2017-06-09 15:14:40 +00:00 committed by Natanael Copa
parent bf7478bf99
commit 775af01261

View File

@ -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