commit: 64d31fdfd7b6ee7958478876aeadec300e25980c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 13:52:29 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 13:52:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d31fdf
dev-ros/test_diagnostic_aggregator: fix build with gcc6, bug #594192
Package-Manager: portage-2.3.2
dev-ros/test_diagnostic_aggregator/files/gcc6.patch | 13 +++++++++++++
.../test_diagnostic_aggregator-1.8.10.ebuild | 1 +
2 files changed, 14 insertions(+)
diff --git a/dev-ros/test_diagnostic_aggregator/files/gcc6.patch
b/dev-ros/test_diagnostic_aggregator/files/gcc6.patch
new file mode 100644
index 00000000..2819dec
--- /dev/null
+++ b/dev-ros/test_diagnostic_aggregator/files/gcc6.patch
@@ -0,0 +1,13 @@
+Index: test_diagnostic_aggregator/CMakeLists.txt
+===================================================================
+--- test_diagnostic_aggregator.orig/CMakeLists.txt
++++ test_diagnostic_aggregator/CMakeLists.txt
+@@ -9,7 +9,7 @@ catkin_package(DEPENDS diagnostic_aggreg
+ LIBRARIES ${PROJECT_NAME}
+ )
+
+-include_directories(SYSTEM ${catkin_INCLUDE_DIRS})
++include_directories(${catkin_INCLUDE_DIRS})
+ include_directories(include)
+
+ add_library(test_diagnostic_aggregator
diff --git
a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.8.10.ebuild
b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.8.10.ebuild
index 79de6b7..a8d941f 100644
---
a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.8.10.ebuild
+++
b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.8.10.ebuild
@@ -23,3 +23,4 @@ RDEPEND="
dev-ros/rostest
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )