--- old/makefiles/CompileNativeLibraries.gmk 2013-03-18 18:37:54.000000000 +0800 +++ new/makefiles/CompileNativeLibraries.gmk 2013-03-18 18:37:53.000000000 +0800 @@ -2543,7 +2543,6 @@ ########################################################################################## ifneq ($(OPENJDK_TARGET_OS), windows) -ifneq ($(OPENJDK_TARGET_OS), macosx) $(eval $(call SetupNativeCompilation,BUILD_LIBJ2GSS,\ LIBRARY:=j2gss,\ OUTPUT_DIR:=$(INSTALL_LIBRARIES_HERE),\ @@ -2563,7 +2562,6 @@ BUILD_LIBRARIES += $(BUILD_LIBJ2GSS) endif -endif ##########################################################################################