diff options
author | mrauch <mrauch@pkgsrc.org> | 2005-02-26 16:07:46 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2005-02-26 16:07:46 +0000 |
commit | 8fded7edca0d6aa02cd4e134a4402163c3a6645c (patch) | |
tree | 98d9b7910f937976a38e1b83faf9cf494cfc2103 /misc/openoffice/patches | |
parent | 9936a8c10cc7f5a7d20414a9cbeaff791c3ca567 (diff) | |
download | pkgsrc-8fded7edca0d6aa02cd4e134a4402163c3a6645c.tar.gz |
Fix bug that japanese fonts can't be displayed.
Patch from Nobuyuki SASAKI in
http://mail-index.netbsd.org/tech-pkg/2005/02/22/0005.html.
Diffstat (limited to 'misc/openoffice/patches')
-rw-r--r-- | misc/openoffice/patches/patch-ay | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice/patches/patch-ay b/misc/openoffice/patches/patch-ay new file mode 100644 index 00000000000..de3adca9f14 --- /dev/null +++ b/misc/openoffice/patches/patch-ay @@ -0,0 +1,13 @@ +$NetBSD: patch-ay,v 1.3 2005/02/26 16:07:46 mrauch Exp $ + +--- ../sal/osl/unx/nlsupport.c.orig 28 Jan 2004 10:17:50 -0000 ++++ ../sal/osl/unx/nlsupport.c 21 Feb 2005 04:57:37 -0000 +@@ -329,7 +329,7 @@ + { "sjis", RTL_TEXTENCODING_SHIFT_JIS } /* Japan */ + }; + +-#elif defined(LINUX) || defined(NETBSD) ++#elif defined(LINUX) + + const _pair _nl_language_list[] = { + { "ANSI_X3.110-1983", RTL_TEXTENCODING_DONTKNOW }, /* ISO-IR-99 NAPLPS */ |