svn commit: r312802 - in head/www: firefox firefox-esr
Florian Smeets
flo at FreeBSD.org
Sat Feb 23 09:21:12 UTC 2013
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 at 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"
More information about the svn-ports-all
mailing list