23 lines
621 B
Plaintext
23 lines
621 B
Plaintext
. $topsrcdir/mail/config/mozconfig
|
|
|
|
export BUILD_OFFICIAL=1
|
|
export MOZILLA_OFFICIAL=1
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
|
|
ac_add_options --disable-debug
|
|
ac_add_options --enable-optimize="#CFLAGS#"
|
|
|
|
ac_add_options --enable-xft
|
|
ac_add_options --disable-freetype2
|
|
ac_add_options --enable-toolkit-gtk2
|
|
ac_add_options --enable-default-toolkit=gtk2
|
|
ac_add_options --disable-toolkit-qt
|
|
ac_add_options --disable-toolkit-xlib
|
|
ac_add_options --disable-toolkit-gtk
|
|
ac_add_options --disable-gnomevfs
|
|
|
|
ac_add_options --with-system-jpeg
|
|
ac_add_options --with-system-png
|
|
ac_add_options --with-system-zlib
|