diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-15 19:26:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-15 19:26:39 +0000 |
commit | 83037c0e8c0e7d076131e0e34d6cd460bcec33a7 (patch) | |
tree | 93d83aa72db8b4a11b1eb140093f1dafc3c48856 /mail/thunderbird-esr/files | |
parent | Update from the 2003-08-04 to the 2003-10-13 snapshot which essentially (diff) |
* Update to 0.3
* Remove GTK1 support
See the Thunderbird release notes at
http://www.mozilla.org/projects/thunderbird/release-notes.html for a list
of what's new and what's changed.
Notes
Notes:
svn path=/head/; revision=91350
Diffstat (limited to 'mail/thunderbird-esr/files')
-rw-r--r-- | mail/thunderbird-esr/files/mozconfig.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/thunderbird-esr/files/mozconfig.in b/mail/thunderbird-esr/files/mozconfig.in index 3c3106b11d54..25aec5d460a6 100644 --- a/mail/thunderbird-esr/files/mozconfig.in +++ b/mail/thunderbird-esr/files/mozconfig.in @@ -16,6 +16,7 @@ ac_add_options --disable-profilesharing ac_add_options --enable-extensions=wallet,spellcheck ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data ac_add_options --enable-image-decoders=png,gif,jpeg +ac_add_options --enable-default-toolkit=gtk2 ###################################################################### # FBSD specific export CPPFLAGS="@CPPFLAGS@" @@ -61,9 +62,4 @@ if test -z "$WITHOUT_XFT"; then else ac_add_options --disable-xft fi # test -z "$WITHOUT_XFT" -if test -n "$WITH_GTK2"; then - ac_add_options --enable-default-toolkit=gtk2 -else - ac_add_options --enable-default-toolkit=gtk -fi # test -n "$WITH_GTK2" ###################################################################### |