HEADS UP: freetype2 upgrade

Joe Marcus Clarke marcus at FreeBSD.org
Tue Mar 16 16:26:08 PST 2004


This is a HEADS UP to maintainers of ports that use freetype2.  The
recent freetype2 upgrade brings in an internal API change.  You may
start noticing ports fail to build with an error saying you did not
include ft2build.h.  I have added a CHANGES entry for this problem, but
just to sum it up, if a source file includes freetype/freetype.h, you
must replace that with:

#include <ft2build.h>
#include FT_FREETYPE_H

Joe

-- 
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040316/26d4eced/attachment.bin


More information about the freebsd-ports mailing list