Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 13:43:06 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1181 - in trunk/www: firefox firefox-esr firefox-nightly
Message-ID:  <201302221343.r1MDh63s026513@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Feb 22 13:43:06 2013
New Revision: 1181

Log:
clang doesn't support profile-guided optimization yet

Reported by:	dim

Modified:
   trunk/www/firefox-esr/Makefile
   trunk/www/firefox-nightly/Makefile
   trunk/www/firefox/Makefile

Modified: trunk/www/firefox-esr/Makefile
==============================================================================
--- trunk/www/firefox-esr/Makefile	Wed Feb 20 22:28:51 2013	(r1180)
+++ trunk/www/firefox-esr/Makefile	Fri Feb 22 13:43:06 2013	(r1181)
@@ -68,6 +68,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MPGO}
+USE_GCC?=	any
 USE_DISPLAY=		yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"
 

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Wed Feb 20 22:28:51 2013	(r1180)
+++ trunk/www/firefox-nightly/Makefile	Fri Feb 22 13:43:06 2013	(r1181)
@@ -70,6 +70,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MPGO}
+USE_GCC?=	yes
 USE_DISPLAY=		yes
 
 .undef GNU_CONFIGURE

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Wed Feb 20 22:28:51 2013	(r1180)
+++ trunk/www/firefox/Makefile	Fri Feb 22 13:43:06 2013	(r1181)
@@ -69,6 +69,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MPGO}
+USE_GCC?=	yes
 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?201302221343.r1MDh63s026513>