On Nov 17, 2014, at 11:51 PM, [email protected] wrote: > > Modified: trunk/dports/lang/gcc5/Portfile (128278 => 128279) > > --- trunk/dports/lang/gcc5/Portfile 2014-11-18 03:14:45 UTC (rev 128278) > +++ trunk/dports/lang/gcc5/Portfile 2014-11-18 05:51:44 UTC (rev 128279) > @@ -41,9 +41,12 @@ > depends_skip_archcheck-append gcc_select ld64 cctools > license_noconflict gmp mpfr ppl libmpc > > -patchfiles patch-10.10.diff \ > - yosemite-symbol-lookup.patch > +patchfiles patch-10.10.diff > > +# Don't link with "-flat_namespace -undefined suppress" on Yosemite and > +# later (#45483). > +patchfiles-append yosemite-libtool.patch > + > set major [lindex [split ${version} .-] 0] > > platform darwin {
This version of the patch now in the gcc5 @5-20140824 port is the one that is committed upstream, yes? I'm working on updating the port to the latest version, and the patch seems to be already included, so I plan to remove this patchfile when updating the port. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
