From 86f732f6aa3516ef63d87cb809b7478a79129528 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Mon, 7 Oct 2002 22:23:15 +0000 Subject: new port, based on ports/www/mozilla, of Beonex Communicator --- www/beonex/files/patch-unix.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 www/beonex/files/patch-unix.js (limited to 'www/beonex/files/patch-unix.js') diff --git a/www/beonex/files/patch-unix.js b/www/beonex/files/patch-unix.js new file mode 100644 index 000000000000..3714c39003a2 --- /dev/null +++ b/www/beonex/files/patch-unix.js @@ -0,0 +1,18 @@ +$FreeBSD$ + +"correct name of the freetype library, so that it is easier to get AA fonts +working." + +author: Maxim Sobolev + +--- 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); -- cgit v1.2.3