[SVN-Commit] r829 - in branches/experimental/www: firefox
firefox-esr
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sun Jul 1 22:57:52 UTC 2012
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
More information about the freebsd-gecko
mailing list