Ticket #55068: gcc5.5.0.diff
File gcc5.5.0.diff, 1.4 KB (added by nortcele, 7 years ago) |
---|
-
Portfile
old new 7 7 name gcc5 8 8 9 9 epoch 2 10 version 5.4.0 11 revision 2 10 version 5.5.0 12 11 platforms darwin 13 12 categories lang 14 13 maintainers nomaintainer … … 26 25 gnu:gcc/gcc-${version} 27 26 28 27 distname gcc-${version} 29 use_ bzip2yes28 use_xz yes 30 29 31 checksums rmd160 7ae3413ca7e90bb21e65e637c02ddf2b675b45f4\32 sha256 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a30 checksums rmd160 63fdc006c2289f81df664d1fd9b4124f71732e7b \ 31 sha256 530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87 33 32 34 33 depends_lib port:cctools \ 35 34 port:gmp \ … … 45 44 depends_skip_archcheck-append gcc_select ld64 cctools 46 45 license_noconflict gmp mpfr ppl libmpc 47 46 48 # Handle OS X deployment targets correctly (GCC PR target/6381049 # <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>).50 patchfiles-append macosx-version-min.patch51 52 # fix build of gcc 5.4.0 with xcode 9+53 # https://trac.macports.org/ticket/5494954 # can be removed when gcc5 is updated to 5.5.x55 if {[vercmp $xcodeversion 9] >= 0} {56 patchfiles-append patch-gcc-system-h-map.diff57 }58 59 47 set major [lindex [split ${version} .-] 0] 60 48 61 49 platform darwin {