diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 18:29:16 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 18:29:16 +0800 |
commit | 10e08af3c5f8c5d90f674232b031cbb4c438fb8c (patch) | |
tree | d7f152cab96794c3c47c70866eb20903f6ca3cb2 /www/firefox/files | |
parent | 3283e7708ee60ab836310684ae1663e86841a2da (diff) | |
download | freebsd-ports-gnome-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.tar.gz freebsd-ports-gnome-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.tar.zst freebsd-ports-gnome-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.zip |
Backout <sigh/> the Xft font lib usage since it doesn't compile.
Diffstat (limited to 'www/firefox/files')
-rw-r--r-- | www/firefox/files/mozconfig.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/mozconfig.in b/www/firefox/files/mozconfig.in index a2fc6ac7a20f..336ea6e8d8c9 100644 --- a/www/firefox/files/mozconfig.in +++ b/www/firefox/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 |