Skip to content

Commit

Permalink
dev-ros/test_diagnostic_aggregator: fix build with gcc6, bug #594192
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
aballier committed Oct 14, 2016
1 parent 19ace3f commit 64d31fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev-ros/test_diagnostic_aggregator/files/gcc6.patch
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ RDEPEND="
dev-ros/rostest
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/gcc6.patch" )

0 comments on commit 64d31fd

Please sign in to comment.