diff options
Diffstat (limited to 'graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp')
-rw-r--r-- | graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp b/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp index 5cc2112..e13d753 100644 --- a/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp +++ b/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp @@ -1,11 +1,11 @@ ---- software/crash_handling/CrashHandling.cpp.orig 2015-04-18 20:15:52 UTC +--- software/crash_handling/CrashHandling.cpp.orig 2016-07-07 20:15:39 UTC +++ software/crash_handling/CrashHandling.cpp -@@ -48,7 +48,7 @@ void setExtraSymbolsSearchPaths(const st +@@ -78,7 +78,7 @@ static void dumpStackTrace(StackWalker & /* Linux/MacOS-specific handling */ -#if defined(__unix__) || defined(__APPLE__) +#if (defined(__unix__) || defined(__APPLE__)) && !defined(__FreeBSD__) - # if defined(__i386__) || defined(__amd64__) + #if defined(__i386__) || defined(__amd64__) |