]> git.pld-linux.org Git - packages/DirectFB.git/blobdiff - DirectFB-fix.patch
drop BR on xine header file and rely on xine-lib-devel only
[packages/DirectFB.git] / DirectFB-fix.patch
index d082202728864125810a10332ffb084e303ee68d..6ad4719d43806ca0082e1548641c1eaba57ea051 100644 (file)
@@ -2,24 +2,24 @@
 +++ 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         \
+       -module                 \
        -avoid-version          \
 -      $(DFB_LDFLAGS)
 +      $(DFB_LDFLAGS) -lm
  
- include $(top_srcdir)/rules/libobject.make
+ libdirectfb_cle266_la_LIBADD = \
+       -lm \
 --- 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            \
+       -module                    \
        -avoid-version             \
 -      $(DFB_LDFLAGS)
 +      $(DFB_LDFLAGS) -lm
  
- include $(top_srcdir)/rules/libobject.make
+ libdirectfb_unichrome_la_LIBADD = \
+       $(top_builddir)/lib/direct/libdirect.la \
 --- 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 @@
  #define __DFB_TYPES_H__
  
 +#include <asm/types.h>
+ #include <direct/types.h>
+ #ifdef WIN32
+--- 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
  
- #ifdef USE_KOS
+ 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.037359 seconds and 4 git commands to generate.