Ticket #49868: patch-py-bob-blitz-blacklist-older-compilers.diff

File patch-py-bob-blitz-blacklist-older-compilers.diff, 844 bytes (added by dbevans (David B. Evans), 9 years ago)

Patch for blitz to fix build on 10.6 (already committed)

  • Portfile

     
    55PortGroup                    python 1.0
    66PortGroup                    github 1.0
    77PortGroup                    active_variants 1.1
     8PortGroup                    compiler_blacklist_versions 1.0
    89
    910name                         py-bob-blitz
    1011version                      2.0.8
     
    5253       port:py${python.version}-pillow \
    5354       port:py${python.version}-bob-extension
    5455
     56# blacklist older compilers that don't support -std=c++0x (10.6 and earlier)       
     57       compiler.blacklist  *gcc* {clang < 300}
     58
    5559       require_active_variants   port:boost python${python.version}
    5660
    5761    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)