diff options
Diffstat (limited to 'www/epiphany/files/patch-lib_ephy-debug.c')
-rw-r--r-- | www/epiphany/files/patch-lib_ephy-debug.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/www/epiphany/files/patch-lib_ephy-debug.c b/www/epiphany/files/patch-lib_ephy-debug.c deleted file mode 100644 index c877c6e0b..000000000 --- a/www/epiphany/files/patch-lib_ephy-debug.c +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/ephy-debug.c.orig Tue Aug 9 13:28:12 2005 -+++ lib/ephy-debug.c Tue Aug 9 13:34:23 2005 -@@ -23,7 +23,9 @@ - #include "ephy-debug.h" - - #include <string.h> -+#ifdef __linux__ - #include <execinfo.h> -+#endif - #include <signal.h> - #include <stdio.h> - #include <stdlib.h> -@@ -107,6 +109,7 @@ trap_handler (const char *log_domain, - - raise (SIGSTOP); - } -+#ifdef __linux__ - else if (strcmp (ephy_debug_break, "stack") == 0) - { - void *array[MAX_DEPTH]; -@@ -115,6 +118,7 @@ trap_handler (const char *log_domain, - size = backtrace (array, MAX_DEPTH); - backtrace_symbols_fd (array, size, 2); - } -+#endif - else if (strcmp (ephy_debug_break, "trap") == 0) - { - /* FIXME: disable the handler for a moment so we |