diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template index 13f484f92c4..4ebf6fe915e 100644 --- a/srcpkgs/opencv/template +++ b/srcpkgs/opencv/template @@ -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 }