diff options
Diffstat (limited to 'www/beonex/files/patch-unix.js')
-rw-r--r-- | www/beonex/files/patch-unix.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/beonex/files/patch-unix.js b/www/beonex/files/patch-unix.js deleted file mode 100644 index 3714c39003a2..000000000000 --- a/www/beonex/files/patch-unix.js +++ /dev/null @@ -1,18 +0,0 @@ -$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); |