commit: 22c65396a95eb63f0a62e8478ef4da041ad213e5
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 08:55:42 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 10:42:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c65396
dev-ros/amcl: really fix build with latest cmake
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/amcl/files/cmake.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ros/amcl/files/cmake.patch b/dev-ros/amcl/files/cmake.patch
index 4ae81716892..da31fe79331 100644
--- a/dev-ros/amcl/files/cmake.patch
+++ b/dev-ros/amcl/files/cmake.patch
@@ -2,10 +2,11 @@ Index: amcl/CMakeLists.txt
===================================================================
--- amcl.orig/CMakeLists.txt
+++ amcl/CMakeLists.txt
-@@ -1,5 +1,6 @@
+@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.1)
project(amcl)
+include(CheckSymbolExists)
++include(CheckIncludeFile)
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 11)