6654456: OpenJDK build problem with freetype makefiles
authorohair
Tue, 04 Mar 2008 09:47:43 -0800
changeset 26 eb94dff5238c
parent 25 74fe6922716d
child 27 e0246cd553a5
6654456: OpenJDK build problem with freetype makefiles Summary: ifdef test on OPENJDK before it gets set based on source tree contents Reviewed-by: xdono
jdk/make/common/shared/Platform.gmk
--- a/jdk/make/common/shared/Platform.gmk	Fri Feb 29 20:04:01 2008 -0800
+++ b/jdk/make/common/shared/Platform.gmk	Tue Mar 04 09:47:43 2008 -0800
@@ -93,10 +93,8 @@
 # Normal boot jdk is previous release, but a hard requirement is a 1.5 boot
 REQUIRED_BOOT_VER = 1.5
 
-#This is specific to OpenJDK build
-ifdef OPENJDK
-  REQUIRED_FREETYPE_VERSION=2.3.0
-endif
+# If we are using freetype, this is the required version
+REQUIRED_FREETYPE_VERSION=2.3.0
 
 #
 # Prune out all known SCM (Source Code Management) directories