svn commit: r312802 - in head/www: firefox firefox-esr

Jan Beich jbeich at tormail.org
Sat Feb 23 12:50:04 UTC 2013


Florian Smeets <flo at FreeBSD.org> writes:

> Author: flo
> Date: Sat Feb 23 09:21:11 2013
> New Revision: 312802
> URL: http://svnweb.freebsd.org/changeset/ports/312802
>
> Log:
>   Clang does not support Profile-Guided Optimization yet.
[...]
> Modified: head/www/firefox/Makefile
> ==============================================================================
> --- head/www/firefox/Makefile	Sat Feb 23 09:16:01 2013	(r312801)
> +++ head/www/firefox/Makefile	Sat Feb 23 09:21:11 2013	(r312802)
> @@ -69,6 +69,7 @@ CFLAGS+=	-mminimal-toc
>  .endif
>  
>  .if ${PORT_OPTIONS:MPGO}
> +USE_GCC?=	any

"any" wouldn't work here as www/firefox dropped support for gcc42.

>  USE_DISPLAY=		yes
>  .include "${PORTSDIR}/Mk/bsd.python.mk"
>  


More information about the svn-ports-all mailing list