From ec401f34df94ccc314a06c63ea3e22f6555b8fbd Mon Sep 17 00:00:00 2001 From: okutsu Date: Thu, 9 Dec 2010 12:36:58 +0900 Subject: [PATCH] 6911839: Sles/SuSE 11 needs CJK support Reviewed-by: peytoia --- make/sun/awt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/make/sun/awt/Makefile b/make/sun/awt/Makefile index c7bd9b264..e62c4ebc9 100644 --- a/make/sun/awt/Makefile +++ b/make/sun/awt/Makefile @@ -366,11 +366,12 @@ _FONTCONFIGS = \ fontconfig.properties \ fontconfig.RedHat.properties \ fontconfig.RedHat.2.1.properties \ - fontconfig.RedHat.3.properties \ + fontconfig.RedHat.3.properties \ fontconfig.RedHat.4.properties \ fontconfig.Sun.properties \ fontconfig.Turbo.properties \ - fontconfig.SuSE.properties + fontconfig.SuSE.10.properties \ + fontconfig.SuSE.11.properties endif FONTCONFIGS_SRC_PREFIX = $(PLATFORM). -- GitLab