Ticket #52829: cctools.patch
File cctools.patch, 1.6 KB (added by adfernandes (Andrew Fernandes), 8 years ago) |
---|
-
Portfile
6 6 # Xcode 7.3.1 7 7 version 886 8 8 revision 6 9 # Remove the 'dist_subdir' at the next update, there was a stealth update (https://trac.macports.org/wiki/PortfileRecipes#stealth-updates) 10 dist_subdir ${name}/${version}_1 9 11 set ld64_version 264.3.102 10 12 categories devel 11 13 platforms darwin … … 24 26 distfiles ld64-${ld64_version}.tar.gz ${name}-${version}.tar.gz 25 27 26 28 checksums ld64-264.3.102.tar.gz \ 27 rmd160 c8169a8dd591989abdf45c0834397891ec72b458\28 sha256 307f73678a3e5c9ed4d1bcf77da7399d84efac32916c5df6cd477c3b5c36f953\29 rmd160 339136fc32415a1119d47f46fe68e5518477ec9f \ 30 sha256 93b5e8306b5679351e90b2234e52235bbc8533fe757f1db92a0a706c303bb18a \ 29 31 cctools-886.tar.gz \ 30 rmd160 ecd54d8b4ec062909044c003b7e5bd638729cf57\31 sha256 f3a4fa7dad4a54d862b1d9f48e3dfb25fc532c9cf46a041cf8134694328a887832 rmd160 5c90656eeaa9fcf026f9561944b17e07b448ab3b \ 33 sha256 6c305da2c928258824708b38b704ae78759f93439850aef70d4e3f764e1281fe 32 34 33 35 depends_build port:libunwind-headers 34 36 … … 135 137 use_parallel_build yes 136 138 137 139 # https://trac.macports.org/ticket/43745 138 configure.cflags-append -std=gnu99 140 configure.cflags-append -std=gnu99 139 141 140 142 build.target all 141 143