summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-07-13 21:55:00 +0200
committerAaron Bauman <bman@gentoo.org>2020-07-20 21:36:23 -0400
commit98b4c3e534408c7b3b3d79d7a3cbe01c89e8769d (patch)
tree77e771d6da6d4adf674a3c7fd03a79e6912772da /dev-ros/settlerlib
parentdev-ros/interval_intersection: remove unused patch(es) (diff)
downloadgentoo-98b4c3e534408c7b3b3d79d7a3cbe01c89e8769d.tar.gz
gentoo-98b4c3e534408c7b3b3d79d7a3cbe01c89e8769d.tar.bz2
gentoo-98b4c3e534408c7b3b3d79d7a3cbe01c89e8769d.zip
dev-ros/settlerlib: remove unused patch(es)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16689 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-ros/settlerlib')
-rw-r--r--dev-ros/settlerlib/files/gcc6.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ros/settlerlib/files/gcc6.patch b/dev-ros/settlerlib/files/gcc6.patch
deleted file mode 100644
index 4fe3a03fbe5e..000000000000
--- a/dev-ros/settlerlib/files/gcc6.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: settlerlib/CMakeLists.txt
-===================================================================
---- settlerlib.orig/CMakeLists.txt
-+++ settlerlib/CMakeLists.txt
-@@ -9,7 +9,7 @@ catkin_package(DEPENDS Boost calibration
- )
-
- # common commands for building c++ executables and libraries
--include_directories(SYSTEM ${catkin_INCLUDE_DIRS})
-+include_directories(${catkin_INCLUDE_DIRS})
- include_directories(include)
- install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/settlerlib/
- DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}