[OpenJDK 2D-Dev] freetype version check (2.3.0 -> 2.2.1)

Mark Wielaard mjw at redhat.com
Mon May 4 13:37:59 UTC 2009


Hi,

The REQUIRED_FREETYPE_VERSION in jdk/make/common/shared/Platform.gmk is
set to 2.3.0, but the freetype backend doesn't seem to use any new in
2.3.0 api. In fact it builds and runs fine on 2.2.1. Which is the
default on centos 5 for example, and they have had packages for a very
long time now. The following patch moves the required version down. I
have used this in icedtea to build on older installs for a while.

2009-05-04  Mark Wielaard  <mjw at redhat.com>

    * Makefile.am (ICEDTEA_PATCHES): Add icedtea-freetypeversion.patch.
    * patches/icedtea-freetypeversion.patch: New patch.
    * HACKING: Document new patch.

Would be nice to have this upstream to facilitate building on a wider
range of platforms.

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-freetypeversion.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20090504/76124371/icedtea-freetypeversion.patch>


More information about the 2d-dev mailing list