SOURCES: DirectFB-gcc4.patch (NEW) - avoid type defs collisions be...
    pluto 
    pluto at pld-linux.org
       
    Thu Jan 26 22:25:26 CET 2006
    
    
  
Author: pluto                        Date: Thu Jan 26 21:25:24 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- avoid type defs collisions between directfb and llh.
---- Files affected:
SOURCES:
   DirectFB-gcc4.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/DirectFB-gcc4.patch
diff -u /dev/null SOURCES/DirectFB-gcc4.patch:1.1
--- /dev/null	Thu Jan 26 22:25:24 2006
+++ SOURCES/DirectFB-gcc4.patch	Thu Jan 26 22:25:17 2006
@@ -0,0 +1,19 @@
+--- DirectFB-0.9.24/include/dfb_types.h.orig	2005-07-26 22:58:50.000000000 +0200
++++ DirectFB-0.9.24/include/dfb_types.h	2006-01-26 21:09:57.021772000 +0100
+@@ -5,15 +5,7 @@
+ 
+ #ifndef USE_KOS
+ 
+-#define __u8  u_int8_t
+-#define __u16 u_int16_t
+-#define __u32 u_int32_t
+-#define __u64 u_int64_t
+-
+-#define __s8  int8_t
+-#define __s16 int16_t
+-#define __s32 int32_t
+-#define __s64 int64_t
++#include <asm/types.h>
+ 
+ #else
+ 
================================================================
    
    
More information about the pld-cvs-commit
mailing list