|
Description
|
open-src/lib/libXft/xft.hint.patch is using incorrect include path as:
-I../../../freetype/build_32/freetype-2.1.10/include
which should be -I../../../../freetype/build_32/freetype-2.1.10/include
This will not cause building failure, since it will use system include directory for freetype header files, but will cause build error in older systems.
According to SCCS record and Xserver build schedule, this was putbacked at Jul 11, 2007 and thus should be in snv_70.
|