opencv: broken on ppc32
This commit is contained in:
parent
ac742fffb3
commit
ab3015ca6c
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue