Ticket #52829: cctools.patch

File cctools.patch, 1.6 KB (added by adfernandes (Andrew Fernandes), 8 years ago)

cctools

  • Portfile

     
    66# Xcode 7.3.1
    77version                 886
    88revision                6
     9# Remove the 'dist_subdir' at the next update, there was a stealth update (https://trac.macports.org/wiki/PortfileRecipes#stealth-updates)
     10dist_subdir             ${name}/${version}_1
    911set ld64_version        264.3.102
    1012categories              devel
    1113platforms               darwin
     
    2426distfiles               ld64-${ld64_version}.tar.gz ${name}-${version}.tar.gz
    2527
    2628checksums               ld64-264.3.102.tar.gz \
    27                         rmd160  c8169a8dd591989abdf45c0834397891ec72b458 \
    28                         sha256  307f73678a3e5c9ed4d1bcf77da7399d84efac32916c5df6cd477c3b5c36f953 \
     29                        rmd160  339136fc32415a1119d47f46fe68e5518477ec9f \
     30                        sha256  93b5e8306b5679351e90b2234e52235bbc8533fe757f1db92a0a706c303bb18a \
    2931                        cctools-886.tar.gz \
    30                         rmd160  ecd54d8b4ec062909044c003b7e5bd638729cf57 \
    31                         sha256  f3a4fa7dad4a54d862b1d9f48e3dfb25fc532c9cf46a041cf8134694328a8878
     32                        rmd160  5c90656eeaa9fcf026f9561944b17e07b448ab3b \
     33                        sha256  6c305da2c928258824708b38b704ae78759f93439850aef70d4e3f764e1281fe
    3234
    3335depends_build           port:libunwind-headers
    3436
     
    135137use_parallel_build  yes
    136138
    137139# https://trac.macports.org/ticket/43745
    138 configure.cflags-append -std=gnu99 
     140configure.cflags-append -std=gnu99
    139141
    140142build.target    all
    141143