Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

-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
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
5de5cddab1
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/x11/xfree86/ftconfig-h-hotfix.patch

+ 11
- 0
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 <X11/Xmd.h>
#define FT_SIZEOF_INT 4
#ifdef LONG64

Loading…
Cancel
Save