From d33b274b3b0917bf31b5ee3aa6e6590a13457d67 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 16 Apr 2002 06:04:20 +0000 Subject: Add Taiwan Chinese font properties support (if I understand the locale correctly). Submitted by: Zhenbang Wei (via clive) Reviewed by: sobomax Approved by: sobomax --- java/jdk13/files/patch-sun::awt::Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 java/jdk13/files/patch-sun::awt::Makefile (limited to 'java/jdk13/files/patch-sun::awt::Makefile') 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) + -- cgit v1.2.3