[128279] trunk/dports

Ryan Schmidt ryandesign at macports.org
Wed Nov 19 22:46:53 PST 2014


On Nov 17, 2014, at 11:51 PM, larryv at macports.org 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.



More information about the macports-dev mailing list