diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-04-16 06:04:20 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-04-16 06:04:20 +0000 |
commit | d33b274b3b0917bf31b5ee3aa6e6590a13457d67 (patch) | |
tree | 6f7a0bc9964cf23468ada2dc5a609546ace681f1 /java/jdk13/files/patch-sun::awt::Makefile | |
parent | Update to tcpdump.org cvs snapshot 2002.04.15 (diff) |
Add Taiwan Chinese font properties support (if I understand
the locale correctly).
Submitted by: Zhenbang Wei <forth@zbwei.net> (via clive)
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'java/jdk13/files/patch-sun::awt::Makefile')
-rw-r--r-- | java/jdk13/files/patch-sun::awt::Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-sun::awt::Makefile b/java/jdk13/files/patch-sun::awt::Makefile new file mode 100644 index 000000000000..969b6bb4a05d --- /dev/null +++ b/java/jdk13/files/patch-sun::awt::Makefile @@ -0,0 +1,14 @@ +$FreeBSD$ + +--- sun/awt/Makefile 18 Jan 2002 04:35:42 -0000 1.6 ++++ sun/awt/Makefile 13 Apr 2002 05:10:12 -0000 +@@ -406,7 +406,8 @@ + font.properties \ + font.properties.ja \ + psfont.properties.ja \ +- font.properties.zh ++ font.properties.zh \ ++ font.properties.zh_TW + + FONTPROPS_SRC_SUFFIX = .$(PLATFORM) + |