office-gobmx/fontconfig
Tor Lillqvist 201ade8770 Must use the "ascii" version of our expat build with fontconfig
Sigh, spent one day, more or less, tracking down a weird fontconfig
problem, where all the diagnostic it offered was "unknown encoding"
when reading the fonts.conf file.

It turned out that I was being screwed by our fun two versions of the
expat_xmlparse library: One where XML_Char is char and one where it is
short. The intuitively "more normally" named libexpat_xmlparse is the
latter, but fontconfig works only with the former as it implicitly
expects XML_Char to be char.
2012-01-13 01:31:44 +02:00
..
prj
fontconfig-2.8.0.patch Must use the "ascii" version of our expat build with fontconfig 2012-01-13 01:31:44 +02:00
makefile.mk