OpenSolaris

Printable Version Enter a New Search
Bug ID 6573802
Synopsis xft.hint.patch is using incorrect include path
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory xserver:builds
Keywords
Responsible Engineer Daniel Zhu
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_71
Fixed In snv_70
Release Fixed solaris_nevada(snv_70)
Related Bugs
Submit Date 26-June-2007
Last Update Date 29-August-2007
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.
Work Around
N/A
Comments
N/A