Skip to content
Snippets Groups Projects
Commit 3d163cc2 authored by Leo's avatar Leo
Browse files

community/bluefish: fix build

parent 30010b3f
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,14 @@ source="http://www.bennewitz.com/bluefish/stable/source/bluefish-$pkgver.tar.bz2
prepare() {
default_prepare
update_config_guess
update_config_sub
}
build() {
./configure --prefix=/usr
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment