Ticket #47754: Portfile-patch.diff

File Portfile-patch.diff, 494 bytes (added by BSeppke (Benjamin Seppke), 9 years ago)
  • Portfile

    old new  
    4747# recursive template instantiation exceeded maximum depth of 128
    4848configure.cxxflags-append -ftemplate-depth-1024
    4949
     50# The -Os setting causes errors w.r.t. libc++ and clang++. Use -O3 instead
     51configure.cxxflags-replace -Os -O3
     52
    5053compiler.blacklist *gcc* *dragonegg* {clang < 211.10.1} macports-clang-3.2 macports-clang-3.3
    5154compiler.fallback-append macports-clang-3.4
    5255