aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnome-power-manager/execinfo.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:39:01 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:39:01 -0600
commitdbe850da0b06bfb5c88af1fb92b8fd4ed08686f2 (patch)
treed6706ec02c99894c5e52ba87f3e924da8d85f4d5 /testing/gnome-power-manager/execinfo.patch
parent90926dd7f82852253cdb138d2d1f0f54b3488918 (diff)
downloadaports-dbe850da0b06bfb5c88af1fb92b8fd4ed08686f2.tar.bz2
aports-dbe850da0b06bfb5c88af1fb92b8fd4ed08686f2.tar.xz
testing/gnome-power-manager: promote to main
Diffstat (limited to 'testing/gnome-power-manager/execinfo.patch')
-rw-r--r--testing/gnome-power-manager/execinfo.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/gnome-power-manager/execinfo.patch b/testing/gnome-power-manager/execinfo.patch
deleted file mode 100644
index c9def1be10..0000000000
--- a/testing/gnome-power-manager/execinfo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- gnome-power-manager-2.32.0.orig/src/egg-debug.c
-+++ gnome-power-manager-2.32.0/src/egg-debug.c
-@@ -39,7 +39,6 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <time.h>
--#include <execinfo.h>
-
- #include "egg-debug.h"
-
-@@ -78,6 +77,7 @@
- void
- egg_debug_backtrace (void)
- {
-+#if 0
- void *call_stack[512];
- int call_stack_size;
- char **symbols;
-@@ -95,6 +95,7 @@
- pk_set_console_mode (CONSOLE_RESET);
- free (symbols);
- }
-+#endif
- }
-
- /**