diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-12 00:04:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-12 00:04:40 +0000 |
commit | 2d0cba2617626af7a15f6e5b2ad9919721fddbe5 (patch) | |
tree | f46bf941776c90eedf9a26d6edb9e943bc1b1198 /www/flock/files/mozconfig.in | |
parent | 3ec31f90a392b3db04d1680ff51ffd4ba6c59730 (diff) |
* Update to 1.0.1.p (aka 0.10.1, aka 1.0PR)
* Add support for installing the new Firefox brand icon by defining
WITH_NEW_ICON [1]
For all that's new, check out http://www.mozilla.org/products/firefox/releases/
PR: 71781 [1]
Submitted by: Radek Kozlowski <radek@raadradd.com> [1]
Notes
Notes:
svn path=/head/; revision=118704
Diffstat (limited to 'www/flock/files/mozconfig.in')
-rw-r--r-- | www/flock/files/mozconfig.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in index 2f4aa77dd545..d77584ed4edc 100644 --- a/www/flock/files/mozconfig.in +++ b/www/flock/files/mozconfig.in @@ -28,6 +28,7 @@ ac_add_options --with-system-jpeg=@LOCALBASE@ ac_add_options --with-system-zlib ac_add_options --with-system-png=@LOCALBASE@ ac_add_options --with-system-mng=@LOCALBASE@ +ac_add_options --without-system-nspr ###################################################################### # set compile/link features ac_add_options --with-pthreads @@ -41,8 +42,10 @@ ac_add_options --disable-ldap ac_add_options --disable-pedantic ac_add_options --disable-profilesharing ac_add_options --disable-installer +ac_add_options --enable-single-profile +ac_add_options --disable-profilesharing ac_add_options --enable-image-decoders=png,gif,jpeg,bmp -ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector,venkman,gnomevfs +ac_add_options --enable-extensions="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,p3p,gnomevfs" ###################################################################### # conditional from port Makefile #if test -n "$WITH_REORDER"; then |