zbar: rebuild for ImageMagick-7.0.11.1

This commit is contained in:
Johannes 2021-02-27 19:24:25 +01:00 committed by Johannes
parent 16d38b33cf
commit 5a08be3df7

View file

@ -1,7 +1,7 @@
# Template file for 'zbar'
pkgname=zbar
version=0.23.1
revision=2
revision=3
build_style=gnu-configure
build_helper=gir
configure_args="$(vopt_with qt) --with-gir --with-python=python3"
@ -23,6 +23,12 @@ case "$XBPS_TARGET_MACHINE" in
*) build_options_default="qt" ;;
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"
CFLAGS="-DNDEBUG"