updated fontconfig package
[hdw-linux/hdw-linux.git] / packages / x11 / fontconfig / ftmodule.patch
diff --git a/packages/x11/fontconfig/ftmodule.patch b/packages/x11/fontconfig/ftmodule.patch
deleted file mode 100644 (file)
index 04f8164..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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)