* [gentoo-commits] repo/gentoo:master commit in: dev-ros/gmapping/, dev-ros/gmapping/files/
@ 2019-08-28 17:24 Alexis Ballier
0 siblings, 0 replies; only message in thread
From: Alexis Ballier @ 2019-08-28 17:24 UTC (permalink / raw
To: gentoo-commits
commit: 553be8fa90629559279708d3e62ae2de7e21dda1
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 17:10:25 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 17:23:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553be8fa
dev-ros/gmapping: 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/gmapping/files/boost170.patch | 13 +++++++++++++
dev-ros/gmapping/gmapping-1.4.0.ebuild | 1 +
2 files changed, 14 insertions(+)
diff --git a/dev-ros/gmapping/files/boost170.patch b/dev-ros/gmapping/files/boost170.patch
new file mode 100644
index 00000000000..e3a59947199
--- /dev/null
+++ b/dev-ros/gmapping/files/boost170.patch
@@ -0,0 +1,13 @@
+Index: gmapping/CMakeLists.txt
+===================================================================
+--- gmapping.orig/CMakeLists.txt
++++ gmapping/CMakeLists.txt
+@@ -3,7 +3,7 @@ project(gmapping)
+
+ find_package(catkin REQUIRED nav_msgs nodelet openslam_gmapping roscpp tf rosbag_storage)
+
+-find_package(Boost REQUIRED signals)
++find_package(Boost REQUIRED)
+
+ include_directories(${Boost_INCLUDE_DIRS} ${catkin_INCLUDE_DIRS})
+
diff --git a/dev-ros/gmapping/gmapping-1.4.0.ebuild b/dev-ros/gmapping/gmapping-1.4.0.ebuild
index 307f03f929b..aaad570edc0 100644
--- a/dev-ros/gmapping/gmapping-1.4.0.ebuild
+++ b/dev-ros/gmapping/gmapping-1.4.0.ebuild
@@ -24,3 +24,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-ros/rostest"
+PATCHES=( "${FILESDIR}/boost170.patch" )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-08-28 17:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28 17:24 [gentoo-commits] repo/gentoo:master commit in: dev-ros/gmapping/, dev-ros/gmapping/files/ Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox