Date: Sun, 1 Jul 2012 22:57:46 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r829 - in branches/experimental/www: firefox firefox-esr Message-ID: <201207012257.q61MvkNw012388@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jul 1 22:57:45 2012
New Revision: 829
Log:
pgo builds fine on releases, too
Modified:
branches/experimental/www/firefox-esr/Makefile
branches/experimental/www/firefox/Makefile
Modified: branches/experimental/www/firefox-esr/Makefile
==============================================================================
--- branches/experimental/www/firefox-esr/Makefile Sun Jul 1 22:57:07 2012 (r828)
+++ branches/experimental/www/firefox-esr/Makefile Sun Jul 1 22:57:45 2012 (r829)
@@ -79,7 +79,6 @@
.endif
.if defined(WITH_PGO)
-BROKEN= does not build with PGO option enabled
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
USE_PYTHON_BUILD= yes
USE_DISPLAY= yes
Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile Sun Jul 1 22:57:07 2012 (r828)
+++ branches/experimental/www/firefox/Makefile Sun Jul 1 22:57:45 2012 (r829)
@@ -79,7 +79,6 @@
.endif
.if defined(WITH_PGO)
-BROKEN= does not build with PGO option enabled
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
USE_PYTHON_BUILD= yes
USE_DISPLAY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207012257.q61MvkNw012388>
