bluefish: enable python build option in native mode.
The python build option is still broken with cross compilation mode.
This commit is contained in:
parent
1bd3d00e75
commit
64686e47b0
1 changed files with 7 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'bluefish'
|
# Template file for 'bluefish'
|
||||||
pkgname=bluefish
|
pkgname=bluefish
|
||||||
version=2.2.7
|
version=2.2.7
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
# Package build options
|
|
||||||
build_options="python"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-spell-check --disable-update-databases
|
configure_args="--enable-spell-check --disable-update-databases
|
||||||
--disable-xml-catalog-update $(vopt_enable python)"
|
--disable-xml-catalog-update $(vopt_enable python)"
|
||||||
|
@ -21,3 +19,9 @@ license="GPL-3"
|
||||||
homepage="http://bluefish.openoffice.nl/"
|
homepage="http://bluefish.openoffice.nl/"
|
||||||
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
|
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
|
||||||
checksum=23534b73b929754e15b86d12904ca3ffc1b069da5dcd4f34a67e842fe9e858df
|
checksum=23534b73b929754e15b86d12904ca3ffc1b069da5dcd4f34a67e842fe9e858df
|
||||||
|
|
||||||
|
# XXX python option broken with cross compilation
|
||||||
|
build_options="python"
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default="python"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue