#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 2.2.1
+# [V] 2.3.1
# [S] 3-3
-# [D] fontconfig-2.2.1.tar.gz http://pdx.freedesktop.org/software/fontconfig/releases/
+# [D] fontconfig-2.3.1.tar.gz http://fontconfig.org/release/
+++ /dev/null
---- ./fontconfig/fcfreetype.h.orig 2004-07-17 14:23:34.000000000 +0200
-+++ ./fontconfig/fcfreetype.h 2004-07-17 14:24:45.000000000 +0200
-@@ -24,6 +24,7 @@
-
- #ifndef _FCFREETYPE_H_
- #define _FCFREETYPE_H_
-+#include <ft2build.h>
- #include <freetype/freetype.h>
-
- FT_UInt
+++ /dev/null
---- ./src/fcfreetype.c.orig 2004-07-17 14:29:31.000000000 +0200
-+++ ./src/fcfreetype.c 2004-07-17 14:31:01.000000000 +0200
-@@ -57,7 +57,7 @@
-
- #if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
- #include <freetype/ftbdf.h>
--#include <freetype/ftmodule.h>
-+#include FT_MODULE_H
- #define USE_FTBDF
- #define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \
- (f)->driver->root.clazz->get_interface)