[Slackbuilds-users] OpenCV build issue

Christoph Willing chris.willing at linux.com
Mon Jan 14 22:31:18 UTC 2019


On 15/1/19 7:40 am, Benjamin Trigona-Harany wrote:
> OpenCV has a problem with a patch being applied when qt5 is installed.
> 
> This should fix it:
> 
> # Only needed if qt5 has been configured
> if [ -d /usr/include/qt5 ]; then
>   cd $PRGNAM2-$VERSION
>   patch -p1 < $CWD/patch_filter_scharr.diff
>   cd -
> fi
> 

Yes, the patch isn't needed for latest opencv-4.0.1. It's been fixed in
my branch for next round of updates.

chris


More information about the SlackBuilds-users mailing list