Ticket #36395: gcc47-4.7.2.patch

File gcc47-4.7.2.patch, 1.8 KB (added by manphiz@…, 12 years ago)
  • Portfile

    diff -urN /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/gcc47/Portfile ./Portfile
    old new  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 98042 2012-09-24 01:22:57Z jeremyhu@macports.org $
    23
    34PortSystem 1.0
     
    89epoch               1
    910
    1011# When version is updated, please delete the separate revision for libstdcxx below (and delete this comment)
    11 version             4.7.1
    12 revision            7
     12version             4.7.2
    1313platforms           darwin
    1414categories          lang
    1515maintainers         mww openmaintainer
     
    4040extract.only        [suffix ${distname}]
    4141
    4242checksums           [suffix ${distname}] \
    43                     rmd160  4b52d867d06288a0b3bb33c845cac0112c22b513 \
    44                     sha256  16093f6fa01732adf378d97fe338f113c933bdf56da22bf87c76beff13da406f \
     43                    rmd160  fc281ade14b47d2a9c2ced4f7082c74bfbae31c1 \
     44                    sha256  8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084 \
    4545                    ${ecj} \
    4646                    rmd160  d3f4da657f086b6423f74e93f001132f4855368a \
    4747                    sha256  98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
     
    8787                    --with-mpc=${prefix} \
    8888                    --with-ppl=${prefix} \
    8989                    --with-cloog=${prefix} --enable-cloog-backend=isl \
     90                    --disable-cloog-version-check \
    9091                    --enable-stage1-checking \
    9192                    --disable-multilib \
    9293                    --enable-lto \