Browse Source

fixed a xfree86 header file

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1847 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
52178faaca
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/x11/xfree86/ftconfig-h-hotfix.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -6,6 +6,7 @@
- Sebastian Jaenicke: patched slrn
- Daniel Pischl: updated icewm and gkrellm
- fixed iptables for system without or non-current /usr/src/linux
- fixed a xfree86 header file
*) 2003-11-21 (2.0.0-rc3 - 2.0.0-rc4)

+ 1
- 1
package/x11/xfree86/ftconfig-h-hotfix.patch

@ -27,7 +27,7 @@
/* The number of bytes in an `int' type. */
-#include "Xmd.h"
+#include <X11/Xmd.h>
+/* #include <X11/Xmd.h> */
#define FT_SIZEOF_INT 4
#ifdef LONG64

Loading…
Cancel
Save