commit:     7958fabd28aa415995ccd77c3a8a87eeaf679433
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jul 13 19:54:35 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 01:36:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7958fabd

dev-ros/interval_intersection: remove unused patch(es)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-ros/interval_intersection/files/gcc6.patch | 31 --------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-ros/interval_intersection/files/gcc6.patch 
b/dev-ros/interval_intersection/files/gcc6.patch
deleted file mode 100644
index 632383629f6..00000000000
--- a/dev-ros/interval_intersection/files/gcc6.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-commit c23ddb86367fc43c2d15e08a452ad2dc1a62041b
-Author: Hodorgasm <nsane...@gmail.com>
-Date:   Mon Sep 19 19:11:57 2016 -0400
-
-    Fix "stdlib.h: No such file or directory" errors in GCC-6
-    
-    Including '-isystem /usr/include' breaks building with GCC-6.
-    See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
-
-diff --git a/interval_intersection/CMakeLists.txt 
b/interval_intersection/CMakeLists.txt
-index 9bfd103..73bc0ac 100644
---- a/interval_intersection/CMakeLists.txt
-+++ b/interval_intersection/CMakeLists.txt
-@@ -4,7 +4,7 @@ project(interval_intersection)
- find_package(Boost REQUIRED thread)
- find_package(catkin REQUIRED actionlib actionlib_msgs calibration_msgs 
geometry_msgs rosconsole roscpp roscpp_serialization rostime std_msgs)
- 
--include_directories(SYSTEM ${catkin_INCLUDE_DIRS})
-+include_directories(${catkin_INCLUDE_DIRS})
- include_directories(include)
-  
- # generate the messages
-@@ -35,7 +35,7 @@ add_executable(interval_intersection_node 
src/interval_intersection_node.cpp)
- target_link_libraries(interval_intersection_node ${PROJECT_NAME})
- add_dependencies(interval_intersection_node calibration_msgs_gencpp)
- 
--include_directories(SYSTEM ${BOOST_INCLUDE_DIRS})
-+include_directories(${BOOST_INCLUDE_DIRS})
- add_executable(interval_intersection_action 
src/interval_intersection_action.cpp)
- target_link_libraries(interval_intersection_action ${Boost_LIBRARIES}
-                                                    ${catkin_LIBRARIES}

Reply via email to