From b77363f77096a04f0d92fd7ea1e7f61a02161297 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 28 May 2018 13:09:04 +0200 Subject: dev-ros/depthimage_to_laserscan: fix build with latest pluginlib Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- .../depthimage_to_laserscan-1.0.7-r2.ebuild | 4 ++-- .../depthimage_to_laserscan-9999.ebuild | 3 ++- dev-ros/depthimage_to_laserscan/files/pluginlib.patch | 11 +++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 dev-ros/depthimage_to_laserscan/files/pluginlib.patch (limited to 'dev-ros/depthimage_to_laserscan') diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r2.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r2.ebuild index b0b3cce5f4e8..2e621e904b7b 100644 --- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r2.ebuild +++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r2.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,4 +25,4 @@ RDEPEND=" dev-libs/console_bridge:= " DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/isnan.patch" ) +PATCHES=( "${FILESDIR}/isnan.patch" "${FILESDIR}/pluginlib.patch" ) 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" ) diff --git a/dev-ros/depthimage_to_laserscan/files/pluginlib.patch b/dev-ros/depthimage_to_laserscan/files/pluginlib.patch new file mode 100644 index 000000000000..a367cd40c5f6 --- /dev/null +++ b/dev-ros/depthimage_to_laserscan/files/pluginlib.patch @@ -0,0 +1,11 @@ +Index: depthimage_to_laserscan-1.0.7/src/DepthImageToLaserScanNodelet.cpp +=================================================================== +--- depthimage_to_laserscan-1.0.7.orig/src/DepthImageToLaserScanNodelet.cpp ++++ depthimage_to_laserscan-1.0.7/src/DepthImageToLaserScanNodelet.cpp +@@ -57,5 +57,5 @@ private: + } + + #include +-PLUGINLIB_DECLARE_CLASS(depthimage_to_laserscan, DepthImageToLaserScanNodelet, depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet); ++PLUGINLIB_EXPORT_CLASS(depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet) + -- cgit v1.2.3-18-g5258