Skip to content

Commit

Permalink
dev-ros/fake_localization: fix build with boost 1.70
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Aug 28, 2019
1 parent 70fd210 commit 24fc810
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-ros/fake_localization/fake_localization-1.16.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -27,3 +27,4 @@ RDEPEND="
dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/boost170.patch" )
13 changes: 13 additions & 0 deletions dev-ros/fake_localization/files/boost170.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Index: fake_localization/CMakeLists.txt
===================================================================
--- fake_localization.orig/CMakeLists.txt
+++ fake_localization/CMakeLists.txt
@@ -14,7 +14,7 @@ find_package(catkin REQUIRED
)


-find_package(Boost REQUIRED COMPONENTS signals)
+find_package(Boost REQUIRED COMPONENTS)

catkin_package(
CATKIN_DEPENDS

0 comments on commit 24fc810

Please sign in to comment.