diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-12-10 08:57:05 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-12-10 08:57:05 +0000 |
commit | 052c9b9ee57c2b5c34b66ea9b7740679a86bbcb3 (patch) | |
tree | a355bfe36d48d077142f091bff19d93a9dcd668c /www/mozilla-firebird/files/mozconfig.in | |
parent | Upgrade to 1.5.1; this fixes a bug where the search function always (diff) |
Update Phoenix to 0.5, the last release named Phoenix. Fixes a lot a bugs,
adds some features, there is at least one crasher I've hit so far but I don't
know if it is anomoly or not yet.
Approved by: kris
Notes
Notes:
svn path=/head/; revision=71489
Diffstat (limited to 'www/mozilla-firebird/files/mozconfig.in')
-rw-r--r-- | www/mozilla-firebird/files/mozconfig.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mozilla-firebird/files/mozconfig.in b/www/mozilla-firebird/files/mozconfig.in index 88823ea75c24..c6beb3bb3703 100644 --- a/www/mozilla-firebird/files/mozconfig.in +++ b/www/mozilla-firebird/files/mozconfig.in @@ -36,17 +36,17 @@ ac_add_options --with-system-mng=@LOCALBASE@ # enable features ac_add_options --with-pthreads ac_add_options --enable-xft -ac_add_options --enable-xinerama ac_add_options --enable-reorder ac_add_options --enable-strip #ac_add_options --enable-crash-on-assert ###################################################################### # disable unneeded to speed up and/or save space +ac_add_options --disable-auto-deps +ac_add_options --disable-bidi +ac_add_options --disable-dtd-debug +ac_add_options --disable-jsd ac_add_options --disable-ldap ac_add_options --disable-logging -ac_add_options --disable-dtd-debug -ac_add_options --disable-auto-deps ac_add_options --disable-pedantic -ac_add_options --disable-jsd -ac_add_options --disable-bidi +ac_add_options --disable-xinerama ###################################################################### |