diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-04-17 12:52:37 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-04-17 12:52:37 +0000 |
commit | 5a5657cda118b8d98577da39715943beb995dd9f (patch) | |
tree | 30c2fccb02abe69d279b31cf30ffc7febcbbd732 /tools/cmake/patches/110-freebsd-compat.patch | |
parent | 70e30d322bb70770ab48fa6f38ea2b79b5c73620 (diff) | |
download | upstream-5a5657cda118b8d98577da39715943beb995dd9f.tar.gz upstream-5a5657cda118b8d98577da39715943beb995dd9f.tar.bz2 upstream-5a5657cda118b8d98577da39715943beb995dd9f.zip |
tools/cmake: update to 3.5.1
Update cmake to 3.5.1
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 49186
Diffstat (limited to 'tools/cmake/patches/110-freebsd-compat.patch')
-rw-r--r-- | tools/cmake/patches/110-freebsd-compat.patch | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cmake/patches/110-freebsd-compat.patch b/tools/cmake/patches/110-freebsd-compat.patch index b54944829b..49c9b7809d 100644 --- a/tools/cmake/patches/110-freebsd-compat.patch +++ b/tools/cmake/patches/110-freebsd-compat.patch @@ -19,8 +19,6 @@ Change-Id: I3b91ed7ac0e6878035aee202b3336c536cc6d2ff Source/kwsys/SystemInformation.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) -diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx -index 7c31f3a..2672730 100644 --- a/Source/kwsys/SystemInformation.cxx +++ b/Source/kwsys/SystemInformation.cxx @@ -90,6 +90,15 @@ typedef int siginfo_t; @@ -39,4 +37,3 @@ index 7c31f3a..2672730 100644 #endif #if defined(__OpenBSD__) || defined(__NetBSD__) - |