aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-06-09 15:14:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-16 15:54:25 +0200
commit67c2032926f5a808fe038a210542141ce39f34fb (patch)
tree0ce9ec41f3313e948827d1ae20dfc8433e835901
parent6d195678fd9858348fbda106bf947d2776e1b57d (diff)
downloadalpine_aports-67c2032926f5a808fe038a210542141ce39f34fb.tar.bz2
alpine_aports-67c2032926f5a808fe038a210542141ce39f34fb.tar.xz
alpine_aports-67c2032926f5a808fe038a210542141ce39f34fb.zip
community/bluefish: update config guess
Run configure guess before build to fix build on ppc64le. (cherry picked from commit 775af0126177665a7e5d34030ccd439082caeb9f)
-rw-r--r--community/bluefish/APKBUILD6
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"
13source="http://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2" 13source="http://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"
14 14
15builddir=${srcdir}/${pkgname}-${pkgver} 15builddir=${srcdir}/${pkgname}-${pkgver}
16
17prepare() {
18 default_prepare
19 update_config_guess
20}
21
16build() { 22build() {
17 cd "$builddir" 23 cd "$builddir"
18 ./configure --prefix=/usr 24 ./configure --prefix=/usr