Ticket #51170: Portfile.diff
File Portfile.diff, 811 bytes (added by tenomoto (Takeshi Enomoto), 9 years ago) |
---|
-
Portfile
10 10 11 11 epoch 2 12 12 version 5.3.0 13 revision 1 13 14 platforms darwin 14 15 categories lang 15 16 maintainers mww openmaintainer … … 47 48 # Handle OS X deployment targets correctly (GCC PR target/63810 48 49 # <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>). 49 50 patchfiles-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>). 53 patchfiles-append patch-gcc-tree-ssa-uninit.c.diff 50 54 51 55 set major [lindex [split ${version} .-] 0] 52 56