Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 22:25:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 210505] graphics/opencv: Update to 3.4
Message-ID:  <bug-210505-7788-9FI5ECbNdu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210505-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210505-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210505

--- Comment #70 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 192857
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192857
opencv 3.4.1 update

> +V4L_CMAKE_ON=3D		-DWITH_V4L:BOOL=3DON \
> +			-DWITH_LIBV4L:BOOL=3DON \
> +			-DCMAKE_REQUIRED_INCLUDES:STRING=3D"${LOCALBASE}/include"
> +V4L_CMAKE_OFF=3D		-DWITH_V4L:BOOL=3DOFF -DWITH_LIBV4L:BOOL=3DOFF

_CMAKE_BOOL supports more than one argument just fine. Try

  V4L_CMAKE_BOOL=3D WITH_V4L WITH_LIBV4L
  V4L_CMAKE_ON=3D   CMAKE_REQUIRED_INCLUDES:STRING=3D"${LOCALBASE}/include"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210505-7788-9FI5ECbNdu>