commit:     24fc8105e752cde59df622253c7fa5ec58e6a69d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 17:11:54 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 17:23:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fc8105

dev-ros/fake_localization: fix build with boost 1.70

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/fake_localization/fake_localization-1.16.2.ebuild |  3 ++-
 dev-ros/fake_localization/files/boost170.patch            | 13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/dev-ros/fake_localization/fake_localization-1.16.2.ebuild 
b/dev-ros/fake_localization/fake_localization-1.16.2.ebuild
index 0c789591149..946772aaddd 100644
--- a/dev-ros/fake_localization/fake_localization-1.16.2.ebuild
+++ b/dev-ros/fake_localization/fake_localization-1.16.2.ebuild
@@ -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
@@ -27,3 +27,4 @@ RDEPEND="
        dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 "
 DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/boost170.patch" )

diff --git a/dev-ros/fake_localization/files/boost170.patch 
b/dev-ros/fake_localization/files/boost170.patch
new file mode 100644
index 00000000000..b7f877a82b4
--- /dev/null
+++ b/dev-ros/fake_localization/files/boost170.patch
@@ -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

Reply via email to