added nfsidmap + libevent package; updated nfs-utils
[hdw-linux/hdw-linux.git] / packages / x11 / fontconfig / ftmodule.patch
1 --- ./src/fcfreetype.c.orig     2004-07-17 14:29:31.000000000 +0200
2 +++ ./src/fcfreetype.c  2004-07-17 14:31:01.000000000 +0200
3 @@ -57,7 +57,7 @@
4  
5  #if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
6  #include <freetype/ftbdf.h>
7 -#include <freetype/ftmodule.h>
8 +#include FT_MODULE_H
9  #define USE_FTBDF
10  #define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \
11                              (f)->driver->root.clazz->get_interface)