diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 20:21:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 20:21:05 +0000 |
commit | 43a603805ac60221fc8c03370e10caa3c6e92516 (patch) | |
tree | 388e8f797be694f2068ffbf6bc7da0975c514efe /www/mozilla-devel/files/patch-modules::libpref::src::unix::unix.js | |
parent | Fix typo in ldap's lib_depend (diff) |
- Re-enable Chatzilla;
- remove non-working freetype workaround;
- correct name of the freetype library, so that it is easier to get AA fonts
working.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=56105
Diffstat (limited to 'www/mozilla-devel/files/patch-modules::libpref::src::unix::unix.js')
-rw-r--r-- | www/mozilla-devel/files/patch-modules::libpref::src::unix::unix.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-modules::libpref::src::unix::unix.js b/www/mozilla-devel/files/patch-modules::libpref::src::unix::unix.js new file mode 100644 index 000000000000..bd39a70bf05d --- /dev/null +++ b/www/mozilla-devel/files/patch-modules::libpref::src::unix::unix.js @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- modules/libpref/src/unix/unix.js 2002/03/14 15:04:20 1.1 ++++ modules/libpref/src/unix/unix.js 2002/03/14 15:04:38 +@@ -227,7 +227,7 @@ + + // TrueType + pref("font.FreeType2.enable", false); +-pref("font.freetype2.shared-library", "libfreetype.so.6"); ++pref("font.freetype2.shared-library", "libfreetype.so.9"); + // if libfreetype was built without hinting compiled in + // it is best to leave hinting off + pref("font.FreeType2.autohinted", false); |