.mozconfig:
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize="-O1 -Wl,-O1 -pipe"
ac_add_options --without-system-nspr
ac_add_options --without-system-zlib
ac_add_options --without-system-jpeg
ac_add_options --without-system-png
ac_add_options --without-system-mng
ac_add_options --enable-crypto

ac_add_options --enable-reorder
ac_add_options --disable-dtd-debug

--
built on FreeBSD 4.5-RELEASE-p4 i386
compiler used: gcc 2.95.3


how to install it?
------------------
Just unpack the tarball(tar xzvf), cd into the newly created "mozilla" directory
and then run "./mozilla". Check if you have all dependencies installed if you get some errors.

dependencies:
library		location in portstree
-------		---------------------
gettext(0.11.x)	devel/gettext
libiconv	converters/libiconv
gtk1.2		x11-toolkits/gtk12


have fun :)

-greg, grigorig@web.de
