]> git.wh0rd.org - fontconfig.git/commit
Fix build problems caused by cache rework.
authorKeith Packard <keithp@neko.keithp.com>
Wed, 30 Aug 2006 11:24:03 +0000 (04:24 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Wed, 30 Aug 2006 11:24:03 +0000 (04:24 -0700)
commite3096d90fd3e0ba8b62d2c6df4cfb24f08a0766c
treed7455161369f9b55e0a0d10cc9d7dabd86dadf2b
parent7ce196733129b0e664c1bdc20f973f15167292f7
Fix build problems caused by cache rework.

Pagesize no longer matters in architecture decisions, the entire cache file
is mmaped into the library. However, lots of intptr_t values are in use now,
so that value is important.

fc-lang now requires fcserialize.c, which has been added to the repository.
fc-arch/fc-arch.c
fc-arch/fcarch.tmpl.h
fc-lang/fc-lang.c
src/fcserialize.c [new file with mode: 0644]