dev-ros/joint_states_settler: Fix build with gcc6.
authorAlexis Ballier <aballier@gentoo.org>
Fri, 27 Jan 2017 09:18:26 +0000 (10:18 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 27 Jan 2017 09:34:25 +0000 (10:34 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ros/joint_states_settler/files/gcc6.patch [new file with mode: 0644]
dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
dev-ros/joint_states_settler/joint_states_settler-9999.ebuild

diff --git a/dev-ros/joint_states_settler/files/gcc6.patch b/dev-ros/joint_states_settler/files/gcc6.patch
new file mode 100644 (file)
index 0000000..80414e1
--- /dev/null
@@ -0,0 +1,13 @@
+Index: joint_states_settler/CMakeLists.txt
+===================================================================
+--- joint_states_settler.orig/CMakeLists.txt
++++ joint_states_settler/CMakeLists.txt
+@@ -15,7 +15,7 @@ catkin_package(DEPENDS actionlib actionl
+ )
+ # create the library
+-include_directories(SYSTEM ${Boost_INCLUDE_DIRS}
++include_directories(${Boost_INCLUDE_DIRS}
+                            ${catkin_INCLUDE_DIRS}
+ )
+ include_directories(include)
index f7d4e773b86af0b58bc5f81ae7c85b4804f50390..9f0d06793db6383f77f56af3c2827351b318c5b4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,3 +28,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        test? ( dev-cpp/gtest )"
+PATCHES=( "${FILESDIR}/gcc6.patch" )
index f7d4e773b86af0b58bc5f81ae7c85b4804f50390..9f0d06793db6383f77f56af3c2827351b318c5b4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,3 +28,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        test? ( dev-cpp/gtest )"
+PATCHES=( "${FILESDIR}/gcc6.patch" )