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/files
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/files')
-rw-r--r--dev-ros/depthimage_to_laserscan/files/pluginlib.patch11
1 files changed, 11 insertions, 0 deletions
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/class_list_macros.h>
+-PLUGINLIB_DECLARE_CLASS(depthimage_to_laserscan, DepthImageToLaserScanNodelet, depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet);
++PLUGINLIB_EXPORT_CLASS(depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet)
+