Ticket #45954: Portfile-libgcc.diff

File Portfile-libgcc.diff, 610 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    4040
    4141# Handle OS X deployment targets correctly (GCC PR target/63810
    4242# <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>).
    43 patchfiles          macosx-version-min.patch
     43# patchfiles          macosx-version-min.patch
    4444
    4545# Don't link with "-flat_namespace -undefined suppress" on Yosemite and
    4646# later (#45483).
    4747patchfiles-append   yosemite-libtool.patch
    4848
     49# Patch PPC issue
     50patchfiles-append   patch-gcc-config-rs6000-darwin.h.diff
     51
     52
    4953set major           4.9
    5054
    5155platform darwin {