Ticket #51170: Portfile.diff

File Portfile.diff, 811 bytes (added by tenomoto (Takeshi Enomoto), 8 years ago)
  • Portfile

     
    1010
    1111epoch               2
    1212version             5.3.0
     13revision            1
    1314platforms           darwin
    1415categories          lang
    1516maintainers         mww openmaintainer
     
    4748# Handle OS X deployment targets correctly (GCC PR target/63810
    4849# <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>).
    4950patchfiles-append   macosx-version-min.patch
     51# Avoid internal compiler error: in prune_uninit_phi_opnds_in_unrealizable_paths (GCC PR tree-optimization/69013
     52# <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69013>).
     53patchfiles-append   patch-gcc-tree-ssa-uninit.c.diff
    5054
    5155set major           [lindex [split ${version} .-] 0]
    5256