summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-12-10 14:01:29 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-12-10 18:34:44 +0100
commit87c052d1686f4b70f66973706b067d2323664b65 (patch)
tree157c438da08b54801073b9e42f0d92efa1b59d28 /dev-ros/cv_bridge/cv_bridge-1.13.0.ebuild
parentnet-im/signal-desktop-bin: replace absolute paths for pax-mark (diff)
downloadgentoo-87c052d1686f4b70f66973706b067d2323664b65.tar.gz
gentoo-87c052d1686f4b70f66973706b067d2323664b65.tar.bz2
gentoo-87c052d1686f4b70f66973706b067d2323664b65.zip
dev-ros/cv_bridge: fix build with opencv 4
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/cv_bridge/cv_bridge-1.13.0.ebuild')
-rw-r--r--dev-ros/cv_bridge/cv_bridge-1.13.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/cv_bridge/cv_bridge-1.13.0.ebuild b/dev-ros/cv_bridge/cv_bridge-1.13.0.ebuild
index 422225d82b4f..42eb1474bf07 100644
--- a/dev-ros/cv_bridge/cv_bridge-1.13.0.ebuild
+++ b/dev-ros/cv_bridge/cv_bridge-1.13.0.ebuild
@@ -21,4 +21,5 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/boostpython.patch" )
+PATCHES=( "${FILESDIR}/boostpython.patch" "${FILESDIR}/ocv4.patch" )
+