aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cppcheck/avoid_execinfo.patch
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-01-15 13:09:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-17 01:20:00 +0100
commit54018e71afd4f971003dd992371facbb9e16376a (patch)
treedbde4fd1b874d55035aea0ac8e0a4c2b143d894d /testing/cppcheck/avoid_execinfo.patch
parent51b11d1742778527ecb6b251266058ab3f31da6c (diff)
downloadaports-54018e71afd4f971003dd992371facbb9e16376a.tar.bz2
aports-54018e71afd4f971003dd992371facbb9e16376a.tar.xz
testing/cppcheck: upgrade to 1.77
Remove merged avoid_exeinfo.patch
Diffstat (limited to 'testing/cppcheck/avoid_execinfo.patch')
-rw-r--r--testing/cppcheck/avoid_execinfo.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/cppcheck/avoid_execinfo.patch b/testing/cppcheck/avoid_execinfo.patch
deleted file mode 100644
index 8924a0b0d6..0000000000
--- a/testing/cppcheck/avoid_execinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cppcheck-1.73-origin/cli/cppcheckexecutor.cpp
-+++ cppcheck-1.73/cli/cppcheckexecutor.cpp
-@@ -50,7 +50,7 @@
- #endif
- #endif
-
--#if !defined(NO_UNIX_BACKTRACE_SUPPORT) && defined(USE_UNIX_SIGNAL_HANDLING) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__SVR4) && !defined(__QNX__)
-+#if !defined(NO_UNIX_BACKTRACE_SUPPORT) && defined(USE_UNIX_SIGNAL_HANDLING) && defined (__GLIBC__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__SVR4) && !defined(__QNX__)
- #define USE_UNIX_BACKTRACE_SUPPORT
- #include <cxxabi.h>
- #include <execinfo.h>