diff options
author | Linux User <se@alpine-desktop.my.domain> | 2014-10-16 19:52:25 +0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-17 13:52:16 +0000 |
commit | 9085b73f09d41af164193a3e0b5e22fcce80d503 (patch) | |
tree | 5d2e5fa503bf2540ddeed992a4aba407ffa24649 /testing/akonadi/disable-backtrace.patch | |
parent | 276617c77708f50d68ba9b4c87a866399ddd7250 (diff) | |
download | aports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.bz2 aports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.xz |
Added KDE core packages
Diffstat (limited to 'testing/akonadi/disable-backtrace.patch')
-rw-r--r-- | testing/akonadi/disable-backtrace.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/akonadi/disable-backtrace.patch b/testing/akonadi/disable-backtrace.patch deleted file mode 100644 index 291a5a93df..0000000000 --- a/testing/akonadi/disable-backtrace.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- akonadi-1.5.3.orig/shared/akcrash.cpp -+++ akonadi-1.5.3/shared/akcrash.cpp -@@ -44,7 +44,7 @@ - QString s; - - /* FIXME: is there an equivalent for darwin, *BSD, or windows? */ --#ifdef HAVE_EXECINFO_H -+#if 0 - void* trace[256]; - int n = backtrace(trace, 256); - if (!n) |