diff options
Diffstat (limited to 'tools/cmake/patches/110-freebsd-compat.patch')
-rw-r--r-- | tools/cmake/patches/110-freebsd-compat.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/cmake/patches/110-freebsd-compat.patch b/tools/cmake/patches/110-freebsd-compat.patch index c1d4a274d6..4f11078461 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 <ifaddrs.h> - # define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN - # endif +@@ -82,6 +82,15 @@ typedef int siginfo_t; + #include <net/if.h> + #define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN + #endif +# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE) +# include <execinfo.h> +# if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE) |