diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-08-28 19:19:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-08-28 19:23:55 +0200 |
commit | 00d9a1c67ed21365368464b9ff9738ce68620b34 (patch) | |
tree | 79ee33d9d57718a6983b6ead7227d90f35f3e278 /dev-ros/hector_mapping | |
parent | dev-ros/laser_filters: bump to 1.8.7 (diff) | |
download | gentoo-00d9a1c67ed21365368464b9ff9738ce68620b34.tar.gz gentoo-00d9a1c67ed21365368464b9ff9738ce68620b34.tar.bz2 gentoo-00d9a1c67ed21365368464b9ff9738ce68620b34.zip |
dev-ros/hector_mapping: fix build with boost 1.70
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/hector_mapping')
-rw-r--r-- | dev-ros/hector_mapping/files/boost170.patch | 13 | ||||
-rw-r--r-- | dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-ros/hector_mapping/files/boost170.patch b/dev-ros/hector_mapping/files/boost170.patch new file mode 100644 index 000000000000..89bc05d2f7da --- /dev/null +++ b/dev-ros/hector_mapping/files/boost170.patch @@ -0,0 +1,13 @@ +Index: hector_mapping/CMakeLists.txt +=================================================================== +--- hector_mapping.orig/CMakeLists.txt ++++ hector_mapping/CMakeLists.txt +@@ -7,7 +7,7 @@ project(hector_mapping) + find_package(catkin REQUIRED COMPONENTS roscpp nav_msgs visualization_msgs tf message_filters laser_geometry tf_conversions message_generation) + + ## System dependencies are found with CMake's conventions +-find_package(Boost REQUIRED COMPONENTS thread signals) ++find_package(Boost REQUIRED COMPONENTS thread) + include_directories(${Boost_INCLUDE_DIRS}) + + # Find Eigen3 (from http://wiki.ros.org/jade/Migration) diff --git a/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild b/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild index 4e49dd7e8a0e..fbcf32d16868 100644 --- a/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild +++ b/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild @@ -26,3 +26,4 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-cpp/eigen:3" +PATCHES=( "${FILESDIR}/boost170.patch" ) |