diff --git a/srcpkgs/cppcheck/patches/avoid_execinfo.patch b/srcpkgs/cppcheck/patches/avoid_execinfo.patch deleted file mode 100644 index 70d177756d5..00000000000 --- a/srcpkgs/cppcheck/patches/avoid_execinfo.patch +++ /dev/null @@ -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 - #include diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index b4ae87b2c19..1205e7217c5 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -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 " 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"