jer 14/03/30 16:53:34 Added: cppcheck-1.64-tinyxml2.patch Log: Version bump by Christian Strahl (bug #503320). Do not use bundled tinyxml2 (bug #506248 by Jérôme Borme). Set up src_test(). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 dev-util/cppcheck/files/cppcheck-1.64-tinyxml2.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/files/cppcheck-1.64-tinyxml2.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/files/cppcheck-1.64-tinyxml2.patch?rev=1.1&content-type=text/plain Index: cppcheck-1.64-tinyxml2.patch =================================================================== --- a/Makefile +++ b/Makefile @@ -81,15 +81,15 @@ endif ifndef INCLUDE_FOR_LIB - INCLUDE_FOR_LIB=-Ilib -Iexternals -Iexternals/tinyxml + INCLUDE_FOR_LIB=-Ilib endif ifndef INCLUDE_FOR_CLI - INCLUDE_FOR_CLI=-Ilib -Iexternals -Iexternals/tinyxml + INCLUDE_FOR_CLI=-Ilib endif ifndef INCLUDE_FOR_TEST - INCLUDE_FOR_TEST=-Ilib -Icli -Iexternals -Iexternals/tinyxml + INCLUDE_FOR_TEST=-Ilib -Icli endif BIN=$(DESTDIR)$(PREFIX)/bin @@ -226,7 +226,7 @@ $(CXX) -std=c++0x -o dmake tools/dmake.cpp cli/filelister.cpp lib/path.cpp -Ilib $(LDFLAGS) reduce: tools/reduce.cpp - $(CXX) -std=c++0x -g -o reduce tools/reduce.cpp -Ilib -Iexternals/tinyxml lib/*.cpp externals/tinyxml/tinyxml2.cpp + $(CXX) -std=c++0x -g -o reduce tools/reduce.cpp -Ilib lib/*.cpp clean: rm -f build/*.o lib/*.o cli/*.o test/*.o externals/tinyxml/*.o testrunner reduce cppcheck cppcheck.1
