[Bf-committers] CVS commit: blender/source Makefile nan_definitions.mk nan_link.mk blender/source/blender/blenkernel/intern Makefile blender/source/blender/blenlib BLI_vfontdata.h blender/source/blender/blenlib/intern Makefile

Stefan Gartner bf-committers@blender.org
Sun, 11 May 2003 17:48:06 +0200


On Saturday 10 May 2003 22:16, Hans Lambermont wrote:
> Stefan Gartner wrote:
> > sgefant (Stefan Gartner) 2003/05/10 18:35:30 CEST
> >
> >   Modified files:
> >     blender/source       Makefile nan_definitions.mk nan_link.mk
> >     blender/source/blender/blenkernel/intern Makefile
> >     blender/source/blender/blenlib BLI_vfontdata.h
> >     blender/source/blender/blenlib/intern Makefile
> >
> >   Log:
> >   enable truetype fonts for text objects when building with the original
> >   Makefiles. Platform manages should check nan_definitions.mk and set
> >   INTERNATIONAL to true for their platforms.
>
> Pity that tinderbox/bonsai blame allocation doesn't work yet ;-)
> I think this commit broke the FreeBSD tinderbox builds:
>

Looks like I accidentally enabled INTERNATIONAL for FreeBSD. It probably 
should be disabled until we find a way of dealing with ftgl (and freetype2).

sgefant