From 5de5cddab122c5fb51bb241aae68a279fed57dc7 Mon Sep 17 00:00:00 2001 From: "Juergen \"George\" Sawinski" Date: Thu, 20 Nov 2003 18:31:55 +0000 Subject: [PATCH] Juergen Sawinski : -fix for ftconfig.h (#include instead of "Xmd.h") git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1824 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/xfree86/ftconfig-h-hotfix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/x11/xfree86/ftconfig-h-hotfix.patch diff --git a/package/x11/xfree86/ftconfig-h-hotfix.patch b/package/x11/xfree86/ftconfig-h-hotfix.patch new file mode 100644 index 000000000..718b640a2 --- /dev/null +++ b/package/x11/xfree86/ftconfig-h-hotfix.patch @@ -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 + + #define FT_SIZEOF_INT 4 + #ifdef LONG64