diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-10 07:24:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-10 07:24:49 +0000 |
commit | ec5eae15743a06bdb7dca39965bd2bfa4060a8be (patch) | |
tree | 6db12b26ff7f7354e18be19a6d2fbd7d28f42401 /www/kompozer/files/mozconfig.in | |
parent | eede39265079b3e81e96846c55bb1348c7a4b760 (diff) |
- Update to 0.70, now based upon firefox 1.0 codebase.
Patches & PKG[DE]INSTALL scripts obtained from: www/mozilla or www/firefox
Notes
Notes:
svn path=/head/; revision=126027
Diffstat (limited to 'www/kompozer/files/mozconfig.in')
-rw-r--r-- | www/kompozer/files/mozconfig.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/kompozer/files/mozconfig.in b/www/kompozer/files/mozconfig.in index 9b25610f4e32..a6eeda2d13a1 100644 --- a/www/kompozer/files/mozconfig.in +++ b/www/kompozer/files/mozconfig.in @@ -10,7 +10,6 @@ export OS_LIBS="%%PTHREAD_LIBS%%" export CFLAGS="%%CFLAGS%%" export CXXFLAGS="%%CXXFLAGS%%" -ac_add_options --prefix=%%PREFIX%% ac_add_options --disable-svg ac_add_options --disable-ldap ac_add_options --disable-mailnews @@ -20,20 +19,21 @@ ac_add_options --disable-activex-scripting ac_add_options --disable-tests ac_add_options --disable-oji ac_add_options --disable-necko-disk-cache +ac_add_options --enable-single-profile ac_add_options --disable-profilesharing -ac_add_options --enable-extensions=wallet,spellcheck,xmlextras,pref,universalchardet,editor/cascades,venkman,inspector +ac_add_options --enable-extensions=wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck ac_add_options --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data -ac_add_options --with-system-jpeg=%%LOCALBASE%% -ac_add_options --with-system-png=%%LOCALBASE%% -ac_add_options --with-system-mng=%%LOCALBASE%% ac_add_options --disable-pedantic ac_add_options --disable-short-wchar ac_add_options --enable-xprint +ac_add_options --enable-strip-libs ac_add_options --enable-crypto ac_add_options --disable-mathml ac_add_options --with-system-zlib -ac_add_options --enable-freetype2 ac_add_options --enable-toolkit=gtk2 ac_add_options --enable-default-toolkit=gtk2 +ac_add_options --enable-image-decoders=default,-xbm +ac_add_options --with-system-jpeg=%%LOCALBASE%% +ac_add_options --with-system-png=%%LOCALBASE%% ac_add_options --with-pthreads -ac_add_options --with-gssapi=/usr +ac_add_options --prefix=%%PREFIX%% |