dev-ros/visp_auto_tracker: fix build with boost 1.70
authorAlexis Ballier <aballier@gentoo.org>
Thu, 29 Aug 2019 15:19:56 +0000 (17:19 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 29 Aug 2019 15:50:30 +0000 (17:50 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/visp_auto_tracker/files/boost170.patch [new file with mode: 0644]
dev-ros/visp_auto_tracker/visp_auto_tracker-0.11.1.ebuild

diff --git a/dev-ros/visp_auto_tracker/files/boost170.patch b/dev-ros/visp_auto_tracker/files/boost170.patch
new file mode 100644 (file)
index 0000000..47f04d4
--- /dev/null
@@ -0,0 +1,13 @@
+Index: visp_auto_tracker/CMakeLists.txt
+===================================================================
+--- visp_auto_tracker.orig/CMakeLists.txt
++++ visp_auto_tracker/CMakeLists.txt
+@@ -36,7 +36,7 @@ find_package(catkin REQUIRED COMPONENTS
+ find_package(VISP)
+ find_package(Boost REQUIRED
+-  COMPONENTS filesystem system signals regex date_time program_options thread)
++  COMPONENTS filesystem system regex date_time program_options thread)
+ include_directories(
+   ${Boost_INCLUDE_DIRS}
index a70745b7a6d2a7f5656b4e7d0a380cd4dfb23578..dcd584eb264447271eaae5d2645976fdda5e9187 100644 (file)
@@ -30,3 +30,5 @@ DEPEND="${RDEPEND}"
 if [ "${PV#9999}" = "${PV}" ] ; then
        S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}"
 fi
+
+PATCHES=( "${FILESDIR}/boost170.patch" )