-fix for ftconfig.h (#include <X11/Xmd.h> instead of "Xmd.h") git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1824 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -0,0 +1,11 @@
--- xc/lib/font/FreeType/ftconfig.h.orig 2003-11-02 05:43:24.000000000 +0100
+++ xc/lib/font/FreeType/ftconfig.h 2003-11-06 20:22:06.000000000 +0100
@@ -63,7 +63,7 @@
/* The number of bytes in an `int' type. */
-#include "Xmd.h"
+#include <X11/Xmd.h>
#define FT_SIZEOF_INT 4
#ifdef LONG64