Ticket #45954: Portfile-libgcc.diff
File Portfile-libgcc.diff, 610 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 40 40 41 41 # Handle OS X deployment targets correctly (GCC PR target/63810 42 42 # <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>). 43 patchfiles macosx-version-min.patch43 # patchfiles macosx-version-min.patch 44 44 45 45 # Don't link with "-flat_namespace -undefined suppress" on Yosemite and 46 46 # later (#45483). 47 47 patchfiles-append yosemite-libtool.patch 48 48 49 # Patch PPC issue 50 patchfiles-append patch-gcc-config-rs6000-darwin.h.diff 51 52 49 53 set major 4.9 50 54 51 55 platform darwin {