From edcca42faa4f34016cfe1f6864cef5232345cb0f Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Wed, 5 Feb 2014 11:32:27 +0100 Subject: [PATCH] 8033532: Freetype include statement must come before X11 include Reviewed-by: erikj, drchase --- jdk/make/lib/Awt2dLibraries.gmk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/make/lib/Awt2dLibraries.gmk b/jdk/make/lib/Awt2dLibraries.gmk index f101b87cc79..a1263ba5775 100644 --- a/jdk/make/lib/Awt2dLibraries.gmk +++ b/jdk/make/lib/Awt2dLibraries.gmk @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -792,9 +792,9 @@ else endif BUILD_LIBFONTMANAGER_CFLAGS_COMMON := \ + $(FONT_HEADERS) \ $(X_CFLAGS) \ -DLE_STANDALONE -DHEADLESS \ - $(FONT_HEADERS) \ -I$(JDK_TOPDIR)/src/share/native/sun/font \ -I$(JDK_TOPDIR)/src/share/native/sun/font/layout \ -I$(JDK_TOPDIR)/src/share/native/sun/awt/image/cvutils \