That's the same change I tested, so I (not a Reviewer) approve, except I think the copyright needs to be 2014.
On 2014-02-04, at 5:09 AM, Magnus Ihse Bursie <magnus.ihse.bur...@oracle.com> wrote: > As reported by David Chase, if the X11 include file contains an older version > of freetype than the one detected by configure, the build will fail. > > The solution is to move the include of freetype prior to the include of X11. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8033532 > WebRev: > http://cr.openjdk.java.net/~ihse/JDK-8033532-freetype-include-must-come-before-X11-include/webrev.01 > > /Magnus