diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-02 12:16:43 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-02 12:16:43 +0100 |
commit | 42232b7111f577cb34ce2c6990597c3968a7ea4d (patch) | |
tree | fff7afea758983d42b0e0fb5e93ca034c4671fa3 /testing/webkitgtk2/fix-execinfo.patch | |
parent | cd9d330e4233a3c665f3980bf7dbbb6d864d0ff4 (diff) | |
download | aports-42232b7111f577cb34ce2c6990597c3968a7ea4d.tar.bz2 aports-42232b7111f577cb34ce2c6990597c3968a7ea4d.tar.xz |
testing/webkitgtk2: remove in favor of community/webkitgtk
Diffstat (limited to 'testing/webkitgtk2/fix-execinfo.patch')
-rw-r--r-- | testing/webkitgtk2/fix-execinfo.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/webkitgtk2/fix-execinfo.patch b/testing/webkitgtk2/fix-execinfo.patch deleted file mode 100644 index eb825312f3..0000000000 --- a/testing/webkitgtk2/fix-execinfo.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- webkitgtk-2.2.0.orig/Source/WTF/wtf/Assertions.cpp -+++ webkitgtk-2.2.0/Source/WTF/wtf/Assertions.cpp -@@ -64,7 +64,7 @@ - #include <windows.h> - #endif - --#if OS(DARWIN) || (OS(LINUX) && !defined(__UCLIBC__)) -+#if OS(DARWIN) || (OS(LINUX) && defined(__GLIBC__) && !defined(__UCLIBC__)) - #include <cxxabi.h> - #include <dlfcn.h> - #include <execinfo.h> -@@ -242,7 +242,7 @@ - - void WTFGetBacktrace(void** stack, int* size) - { --#if OS(DARWIN) || (OS(LINUX) && !defined(__UCLIBC__)) -+#if OS(DARWIN) || (OS(LINUX) && defined(__GLIBC__) && !defined(__UCLIBC__)) - *size = backtrace(stack, *size); - #elif OS(WINDOWS) && !OS(WINCE) - // The CaptureStackBackTrace function is available in XP, but it is not defined |