Ticket #48293: cppcheck.diff

File cppcheck.diff, 552 bytes (added by xythobuz@…, 9 years ago)
  • Portfile

    old new  
    22# $Id$
    33
    44PortSystem                  1.0
    5 PortGroup                   compiler_blacklist_versions 1.0
     5PortGroup                   cxx11 1.0
    66
    77name                        cppcheck
    88version                     1.69
     
    3030
    3131depends_lib                 port:pcre
    3232
    33 compiler.blacklist-append   *gcc* {clang < 137}
    34 compiler.fallback-append    macports-clang-3.5
    35 
    3633use_configure               no
    3734
    3835variant universal {}