opencv4: also broken on ppc32

This commit is contained in:
q66 2021-03-09 20:49:13 +01:00
parent ab3015ca6c
commit 9e8c2c1de3

View file

@ -43,6 +43,11 @@ if [ "$CROSS_BUILD" ]; then
-DPYTHON3_NUMPY_INCLUDE_DIRS=${XBPS_CROSS_BASE}/${py3_sitelib}/${_npincdir}"
fi
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="grfmt_jpeg2000.cpp:380:48: error: lvalue required as unary '&' operand";;
esac
post_install() {
vlicense LICENSE
}