cppcheck: update to 1.77.

This commit is contained in:
Michael Gehring 2017-01-01 09:55:15 +00:00
parent bd4b4d2f69
commit 616f54a9ff
2 changed files with 2 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- cli/cppcheckexecutor.cpp.orig
+++ cli/cppcheckexecutor.cpp
@@ -51,7 +51,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>

View File

@ -1,6 +1,6 @@
# Template file for 'cppcheck'
pkgname=cppcheck
version=1.76.1
version=1.77
revision=1
hostmakedepends="libxslt docbook-xsl"
short_desc="Static analysis of C/C++ code"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://cppcheck.sourceforge.net"
distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
checksum=5f3e6e276781cd36631baf91a2904b6433894a108ba41389050541331e57ec22
checksum=76ae0a9b556a93c79365cf8bd5f276c30e3327c4ca78283b5c2dbbddc135c2ba
CXXFLAGS="-std=c++11"