Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 09:21:11 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312802 - in head/www: firefox firefox-esr
Message-ID:  <201302230921.r1N9LB2O038108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Submitted by:	Jan Beich <jbeich@tormail.org>
  Reported by:	dim

Modified:
  head/www/firefox-esr/Makefile
  head/www/firefox/Makefile

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Sat Feb 23 09:16:01 2013	(r312801)
+++ head/www/firefox-esr/Makefile	Sat Feb 23 09:21:11 2013	(r312802)
@@ -68,6 +68,7 @@ CFLAGS+=	-mminimal-toc
 .endif
 
 .if ${PORT_OPTIONS:MPGO}
+USE_GCC?=	any
 USE_DISPLAY=		yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"
 

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
 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?201302230921.r1N9LB2O038108>