summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-28 13:09:04 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-28 13:37:41 +0200
commitb77363f77096a04f0d92fd7ea1e7f61a02161297 (patch)
tree8e78e760a7789004cefd1a62bdf2d6362c53c2d8 /dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
parentdev-ros/class_loader: bump subslot (diff)
downloadgentoo-b77363f77096a04f0d92fd7ea1e7f61a02161297.tar.gz
gentoo-b77363f77096a04f0d92fd7ea1e7f61a02161297.tar.bz2
gentoo-b77363f77096a04f0d92fd7ea1e7f61a02161297.zip
dev-ros/depthimage_to_laserscan: fix build with latest pluginlib
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild')
-rw-r--r--dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
index 9a1d9908c4d6..2e621e904b7b 100644
--- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
+++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,3 +25,4 @@ RDEPEND="
dev-libs/console_bridge:=
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/isnan.patch" "${FILESDIR}/pluginlib.patch" )