Date: Sat, 23 Feb 2013 03:46:50 -0900 From: Jan Beich <jbeich@tormail.org> To: Florian Smeets <flo@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r312802 - in head/www: firefox firefox-esr Message-ID: <1U9EVZ-0007Kz-89@internal.tormail.org> In-Reply-To: <201302230921.r1N9LB2O038108@svn.freebsd.org> (Florian Smeets's message of "Sat, 23 Feb 2013 09:21:11 %2B0000 (UTC)") References: <201302230921.r1N9LB2O038108@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Florian Smeets <flo@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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1U9EVZ-0007Kz-89>