]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-fix.patch
- missing -lm for cle266,unichrome drivers (sin() and cos() used for HSV calculations)
[packages/DirectFB.git] / DirectFB-fix.patch
1 --- DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c.orig 2004-12-20 02:22:57.000000000 +0100
2 +++ DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c      2005-01-09 23:53:42.772463240 +0100
3 @@ -884,7 +884,7 @@
4   * Fetch one entry from the kernel keymap.
5   */
6  static DFBResult
7 -driver_get_keymap_entry( InputDevice               *device,
8 +driver_get_keymap_entry( CoreInputDevice           *device,
9                           void                      *driver_data,
10                           DFBInputDeviceKeymapEntry *entry )
11  {
12 --- DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am.orig  2004-10-09 01:44:31.000000000 +0200
13 +++ DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am       2005-01-15 15:07:27.813759856 +0100
14 @@ -32,7 +32,7 @@
15  libdirectfb_cle266_la_LDFLAGS = \
16         -export-dynamic         \
17         -avoid-version          \
18 -       $(DFB_LDFLAGS)
19 +       $(DFB_LDFLAGS) -lm
20  
21  
22  include $(top_srcdir)/rules/libobject.make
23 --- DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am.orig       2004-10-09 01:48:19.000000000 +0200
24 +++ DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am    2005-01-15 15:07:38.104195472 +0100
25 @@ -34,7 +34,7 @@
26  libdirectfb_unichrome_la_LDFLAGS = \
27         -export-dynamic            \
28         -avoid-version             \
29 -       $(DFB_LDFLAGS)
30 +       $(DFB_LDFLAGS) -lm
31  
32  
33  include $(top_srcdir)/rules/libobject.make
This page took 0.349889 seconds and 3 git commands to generate.