Author: branden Date: 2003-11-22 15:54:06 -0500 (Sat, 22 Nov 2003) New Revision: 794
Modified: branches/4.3.0/sid/debian/patches/099b_Xft_FreeType_2.1.7_build_fix.diff Log: Add patch for another occurence of the FreeType 2.1.7 header problem, this one in mkfontscale instead of Xft. Modified: branches/4.3.0/sid/debian/patches/099b_Xft_FreeType_2.1.7_build_fix.diff =================================================================== --- branches/4.3.0/sid/debian/patches/099b_Xft_FreeType_2.1.7_build_fix.diff 2003-11-22 20:13:40 UTC (rev 793) +++ branches/4.3.0/sid/debian/patches/099b_Xft_FreeType_2.1.7_build_fix.diff 2003-11-22 20:54:06 UTC (rev 794) @@ -29,3 +29,15 @@ #include <X11/Xfuncproto.h> #include <X11/Xosdefs.h> +--- xc/programs/mkfontscale/mkfontscale.c~ 2003-11-22 15:51:34.000000000 -0500 ++++ xc/programs/mkfontscale/mkfontscale.c 2003-11-22 15:51:36.000000000 -0500 +@@ -29,7 +29,8 @@ + #include <dirent.h> + + #include <X11/fonts/fontenc.h> +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include <freetype/ftsnames.h> + #include <freetype/tttables.h> + #include <freetype/ttnameid.h>