zbar: rebuild for ImageMagick-7.0.11.1
This commit is contained in:
parent
16d38b33cf
commit
5a08be3df7
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zbar'
|
# Template file for 'zbar'
|
||||||
pkgname=zbar
|
pkgname=zbar
|
||||||
version=0.23.1
|
version=0.23.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
configure_args="$(vopt_with qt) --with-gir --with-python=python3"
|
configure_args="$(vopt_with qt) --with-gir --with-python=python3"
|
||||||
|
@ -23,6 +23,12 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) build_options_default="qt" ;;
|
*) build_options_default="qt" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) makedepends+=" argp-standalone"
|
||||||
|
LDFLAGS="-largp"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
export PYTHON_CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
export PYTHON_CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
||||||
CFLAGS="-DNDEBUG"
|
CFLAGS="-DNDEBUG"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue