]> git.pld-linux.org Git - packages/DirectFB.git/blobdiff - DirectFB-fix.patch
- release 11 (by relup.sh)
[packages/DirectFB.git] / DirectFB-fix.patch
index 022bc6f730800e3470d0dc6a8909ac245cfc94a1..5bf271e79f7351d666f3f801bfd030b45879e6d4 100644 (file)
@@ -1,14 +1,3 @@
---- DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c.orig        2004-12-20 02:22:57.000000000 +0100
-+++ DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c     2005-01-09 23:53:42.772463240 +0100
-@@ -884,7 +884,7 @@
-  * Fetch one entry from the kernel keymap.
-  */
- static DFBResult
--driver_get_keymap_entry( InputDevice               *device,
-+driver_get_keymap_entry( CoreInputDevice           *device,
-                          void                      *driver_data,
-                          DFBInputDeviceKeymapEntry *entry )
- {
 --- DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am.orig 2004-10-09 01:44:31.000000000 +0200
 +++ DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am      2005-01-15 15:07:27.813759856 +0100
 @@ -32,7 +32,7 @@
  
  
  include $(top_srcdir)/rules/libobject.make
+--- DirectFB-1.0.0.orig/include/dfb_types.h    2007-03-03 21:36:07.000000000 +0100
++++ DirectFB-1.0.0/include/dfb_types.h 2007-03-09 12:20:59.000000000 +0100
+@@ -29,6 +29,7 @@
+ #ifndef __DFB_TYPES_H__
+ #define __DFB_TYPES_H__
++#include <asm/types.h>
+ #ifdef USE_KOS
+--- DirectFB-1.6.0/interfaces/IDirectFBImageProvider/Makefile.am.orig  2012-06-14 18:00:08.000000000 +0200
++++ DirectFB-1.6.0/interfaces/IDirectFBImageProvider/Makefile.am       2012-06-17 19:13:20.781373488 +0200
+@@ -115,6 +115,7 @@
+ libidirectfbimageprovider_pnm_la_LDFLAGS = -avoid-version -module
+ libidirectfbimageprovider_svg_la_SOURCES = idirectfbimageprovider_svg.c
++libidirectfbimageprovider_svg_la_CPPFLAGS = $(SVG_CFLAGS)
+ libidirectfbimageprovider_svg_la_LIBADD = $(libdirect) $(libdirectfb) $(SVG_LIBS) $(ZLIB_LIBS)
+ libidirectfbimageprovider_svg_la_LDFLAGS = -avoid-version -module
This page took 0.031855 seconds and 4 git commands to generate.