Ticket #48247: cppcheck.patch
File cppcheck.patch, 673 bytes (added by Ionic (Mihai Moldovan), 9 years ago) |
---|
-
dports/devel/cppcheck/Portfile
diff --git a/dports/devel/cppcheck/Portfile b/dports/devel/cppcheck/Portfile index 4558b20..5acf536 100644
a b 2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup c ompiler_blacklist_versions1.05 PortGroup cxx11 1.0 6 6 7 7 name cppcheck 8 8 version 1.69 … … depends_build port:libxslt \ 30 30 31 31 depends_lib port:pcre 32 32 33 compiler.blacklist-append *gcc* {clang < 137}34 compiler.fallback-append macports-clang-3.535 36 33 use_configure no 37 34 38 35 variant universal {}