mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/bluefish: update config guess
Run configure guess before build to fix build on ppc64le.
This commit is contained in:
parent
bf7478bf99
commit
775af01261
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user