Ticket #55165: Portfile.diff

File Portfile.diff, 726 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 7 years ago)
  • Portfile

    old new  
    22
    33PortSystem          1.0
    44
     5# HarfBuzz requires a compiler that accepts -std=c++.
     6# Only a small subset of C++11 is currently used, however.
     7# With Clang, the PortGroup cxx11 is overkill.
     8if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
     9    # Clang is unreliable on PowerPC systems.
     10    # see https://trac.macports.org/ticket/53184
     11    PortGroup       cxx11 1.1
     12} else {
     13    PortGroup       compiler_blacklist_versions 1.0
     14    compiler.blacklist-append {*gcc-3*} {*gcc-4.[0-5]} {clang < 400}
     15}
     16
     17
    518name                harfbuzz
    619version             1.5.1
    720categories          graphics