diff options
Diffstat (limited to 'java/jdk15/files/patch-sun::awt::Makefile')
-rw-r--r-- | java/jdk15/files/patch-sun::awt::Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-sun::awt::Makefile b/java/jdk15/files/patch-sun::awt::Makefile new file mode 100644 index 000000000000..969b6bb4a05d --- /dev/null +++ b/java/jdk15/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) + |