commit: 393f238f7f2ea5dc72a79bca7d1dad8fca750b76
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 12:39:31 2022 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 13:19:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393f238f
dev-ros/cv_bridge: fix patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/cv_bridge/files/ocv_leak.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ros/cv_bridge/files/ocv_leak.patch
b/dev-ros/cv_bridge/files/ocv_leak.patch
index 32b3fafbe074..dab21616fc89 100644
--- a/dev-ros/cv_bridge/files/ocv_leak.patch
+++ b/dev-ros/cv_bridge/files/ocv_leak.patch
@@ -13,7 +13,7 @@ Index: cv_bridge/CMakeLists.txt
- set(_opencv_version 3)
-endif()
-
--find_package(OpenCV ${_opencv_version4} REQUIRED
+-find_package(OpenCV ${_opencv_version} REQUIRED
+find_package(OpenCV 4 REQUIRED
COMPONENTS
opencv_core