From 1a0d52a733df1467c4b76c42a9612a8ab8c0c63a Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 8 May 2017 22:18:25 +0300 Subject: tools/cmake: update to 3.8.1 * update cmake to 3.8.1 * refresh patches Release notes: https://cmake.org/cmake/help/v3.8/release/3.8.html Signed-off-by: Hannu Nyman --- tools/cmake/patches/110-freebsd-compat.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/cmake/patches/110-freebsd-compat.patch') diff --git a/tools/cmake/patches/110-freebsd-compat.patch b/tools/cmake/patches/110-freebsd-compat.patch index c1d4a27..4f11078 100644 --- a/tools/cmake/patches/110-freebsd-compat.patch +++ b/tools/cmake/patches/110-freebsd-compat.patch @@ -21,10 +21,10 @@ Change-Id: I3b91ed7ac0e6878035aee202b3336c536cc6d2ff --- a/Source/kwsys/SystemInformation.cxx +++ b/Source/kwsys/SystemInformation.cxx -@@ -89,6 +89,15 @@ typedef int siginfo_t; - # include - # define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN - # endif +@@ -82,6 +82,15 @@ typedef int siginfo_t; + #include + #define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN + #endif +# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE) +# include +# if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE) -- cgit v1.1