]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- missing -lm for cle266,unichrome drivers (sin() and cos() used for HSV calculations)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Jan 2005 14:05:23 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-fix.patch -> 1.2

DirectFB-fix.patch

index b8a97073273f2153cc23d908817a9a0285ddb11c..022bc6f730800e3470d0dc6a8909ac245cfc94a1 100644 (file)
@@ -9,3 +9,25 @@
                           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 @@
+ libdirectfb_cle266_la_LDFLAGS = \
+       -export-dynamic         \
+       -avoid-version          \
+-      $(DFB_LDFLAGS)
++      $(DFB_LDFLAGS) -lm
+ include $(top_srcdir)/rules/libobject.make
+--- DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am.orig      2004-10-09 01:48:19.000000000 +0200
++++ DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am   2005-01-15 15:07:38.104195472 +0100
+@@ -34,7 +34,7 @@
+ libdirectfb_unichrome_la_LDFLAGS = \
+       -export-dynamic            \
+       -avoid-version             \
+-      $(DFB_LDFLAGS)
++      $(DFB_LDFLAGS) -lm
+ include $(top_srcdir)/rules/libobject.make
This page took 0.079009 seconds and 4 git commands to generate.