diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 10:29:16 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 10:29:16 +0000 |
commit | 3ef118d2effe91e3119705068a5ca046fc29f174 (patch) | |
tree | 925b80cdefeed4b2f32289be9821ebb210c6103c /www/firefox36/files/mozconfig.in | |
parent | add axelq 0.70 (diff) |
Backout <sigh/> the Xft font lib usage since it doesn't compile.
Notes
Notes:
svn path=/head/; revision=68650
Diffstat (limited to 'www/firefox36/files/mozconfig.in')
-rw-r--r-- | www/firefox36/files/mozconfig.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in index a2fc6ac7a20f..336ea6e8d8c9 100644 --- a/www/firefox36/files/mozconfig.in +++ b/www/firefox36/files/mozconfig.in @@ -29,7 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads -ac_add_options --enable-xft +# ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder |