[SVN-Commit] r1181 - in trunk/www: firefox firefox-esr firefox-nightly

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Feb 22 13:43:13 UTC 2013


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"
 


More information about the freebsd-gecko mailing list