From b17256bb3a02d4c06b9750abc7ba6f87880234b8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 16 Mar 2004 22:20:33 +0000 Subject: Add instructions for fixing portability issues with the new freetype2. --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4a79e1db45eb..ab533759dea5 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,21 @@ in the release notes. All ports committers are allowed to commit to this file. +20040316: + The print/freetype2 port has been updated to 2.1.7. This update + changes some of the internal FreeType API. Applications may need + to be patched to support this new API. If a source files includes + freetype/freetype.h, make sure ft2build.h is included before + freetype/freetype.h. The proper way to do this is: + +#include +#include FT_FREETYPE_H + + However, the following will work as well, but is deprecated: + +#include +#include + 20040314: USE_LIBTOOL, USE_AUTOCONF, and USE_AUTOMAKE are now considered deprecated, and will be removed on or around June 1st 2004. -- cgit v1.2.3