CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/02/16 15:24:45
Modified files:
devel/cppcheck : Makefile
Log message:
Unbreak build when the tinyxml2 package is installed
cppcheck embeds a tinyxml2 version different from what we have in ports.
Use -isystem like upstream does, to avoid putting /usr/local/include
before externals/tinyxml2 in the preprocessor search path (-I takes
precedence over -isystem).
ok gsoares@ (maintainer)
