diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
commit | 499dd4be3c8864b8411c58192ac164bbfd2f1df7 (patch) | |
tree | 72392abc3ebd8149f08faeaa3cbef2a6fb05c295 /main/gnome-power-manager/execinfo.patch | |
parent | 4f8661131edab83465dbf3a817fd0506b2dc5541 (diff) | |
download | aports-499dd4be3c8864b8411c58192ac164bbfd2f1df7.tar.bz2 aports-499dd4be3c8864b8411c58192ac164bbfd2f1df7.tar.xz |
main/gnome-power-manager: move to community
Diffstat (limited to 'main/gnome-power-manager/execinfo.patch')
-rw-r--r-- | main/gnome-power-manager/execinfo.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/main/gnome-power-manager/execinfo.patch b/main/gnome-power-manager/execinfo.patch deleted file mode 100644 index c9def1be10..0000000000 --- a/main/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 - } - - /** |