aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-devel/files/mozconfig.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 07:16:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 07:16:17 +0000
commit6593022e89db95668f762d4db0020b296f786594 (patch)
tree5a8d9af95f916aa8c03b8ad1fcec948d0bf7d5e7 /www/firefox-devel/files/mozconfig.in
parent2d6ec12e4c9a5d36f260c6991f8341a98c6f71e7 (diff)
Add Firefox after a repo copy from mozilla-firebird. Firefox is the next
release of the Firebird web browser with a new name to avoid conflicts with the Firebird database. This is version 0.8. http://www.mozilla.org/products/firefox/releases/ * Update to 0.8 and change name to firefox [1] * Make PLIST from a fake installation [1] * Restore original credit and portname in Makefile [1] * Optionally install headers and IDL files [2] * Use PERL instead of REINPLACE_CMD in a few places [1] * Use OPTIONS * Enable the Inspector extension * Fix another possible esound related problem * Enable basic optimizations if WITH_DEBUG is not specified PR: 62631 [2] Submitted by: trevor [1] [2]
Notes
Notes: svn path=/head/; revision=100632
Diffstat (limited to 'www/firefox-devel/files/mozconfig.in')
-rw-r--r--www/firefox-devel/files/mozconfig.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in
index be5fe7906f71..69405237bce0 100644
--- a/www/firefox-devel/files/mozconfig.in
+++ b/www/firefox-devel/files/mozconfig.in
@@ -43,13 +43,14 @@ ac_add_options --disable-ldap
ac_add_options --disable-pedantic
ac_add_options --disable-profilesharing
ac_add_options --disable-installer
-ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices
+ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector
######################################################################
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
else
ac_add_options --disable-debug
+ ac_add_options --enable-optimize
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging