diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-10-31 09:31:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-10-31 09:31:06 +0000 |
commit | 35cc181eb2b0e6ecf20412e3d117b1fcec96628b (patch) | |
tree | d59ed221eada35dbd1a491ff239994c3d1d29e2e /tools/cmake/patches/110-freebsd-compat.patch | |
parent | faabe8e8e60f6100bf7611800676973928e8cced (diff) | |
download | upstream-35cc181eb2b0e6ecf20412e3d117b1fcec96628b.tar.gz upstream-35cc181eb2b0e6ecf20412e3d117b1fcec96628b.tar.bz2 upstream-35cc181eb2b0e6ecf20412e3d117b1fcec96628b.zip |
tools/cmake: update to 3.3.2
Update cmake to 3.3.2 and refresh patches.
Add a secondary download location.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 47327
Diffstat (limited to 'tools/cmake/patches/110-freebsd-compat.patch')
-rw-r--r-- | tools/cmake/patches/110-freebsd-compat.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/cmake/patches/110-freebsd-compat.patch b/tools/cmake/patches/110-freebsd-compat.patch index d4133b9049..9133db5038 100644 --- a/tools/cmake/patches/110-freebsd-compat.patch +++ b/tools/cmake/patches/110-freebsd-compat.patch @@ -23,7 +23,7 @@ diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation index 7c31f3a..2672730 100644 --- a/Source/kwsys/SystemInformation.cxx +++ b/Source/kwsys/SystemInformation.cxx -@@ -88,6 +88,15 @@ typedef int siginfo_t; +@@ -91,6 +91,15 @@ typedef int siginfo_t; # include <ifaddrs.h> # define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN # endif @@ -39,6 +39,4 @@ index 7c31f3a..2672730 100644 #endif #if defined(__OpenBSD__) || defined(__NetBSD__) --- -1.7.10.4 |