]> git.pld-linux.org Git - packages/DirectFB.git/blame - DirectFB-fix.patch
Release 6 (by relup.sh)
[packages/DirectFB.git] / DirectFB-fix.patch
CommitLineData
6fe88aec
JB
1--- DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am.orig 2004-10-09 01:44:31.000000000 +0200
2+++ DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am 2005-01-15 15:07:27.813759856 +0100
3@@ -32,7 +32,7 @@
4 libdirectfb_cle266_la_LDFLAGS = \
db8040cf 5 -module \
6fe88aec
JB
6 -avoid-version \
7- $(DFB_LDFLAGS)
8+ $(DFB_LDFLAGS) -lm
9
db8040cf
JP
10 libdirectfb_cle266_la_LIBADD = \
11 -lm \
6fe88aec
JB
12--- DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am.orig 2004-10-09 01:48:19.000000000 +0200
13+++ DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am 2005-01-15 15:07:38.104195472 +0100
14@@ -34,7 +34,7 @@
15 libdirectfb_unichrome_la_LDFLAGS = \
db8040cf 16 -module \
6fe88aec
JB
17 -avoid-version \
18- $(DFB_LDFLAGS)
19+ $(DFB_LDFLAGS) -lm
20
db8040cf
JP
21 libdirectfb_unichrome_la_LIBADD = \
22 $(top_builddir)/lib/direct/libdirect.la \
e1d96f9f
JB
23--- DirectFB-1.0.0.orig/include/dfb_types.h 2007-03-03 21:36:07.000000000 +0100
24+++ DirectFB-1.0.0/include/dfb_types.h 2007-03-09 12:20:59.000000000 +0100
25@@ -29,6 +29,7 @@
26 #ifndef __DFB_TYPES_H__
27 #define __DFB_TYPES_H__
28
29+#include <asm/types.h>
db8040cf 30 #include <direct/types.h>
e1d96f9f 31
db8040cf 32 #ifdef WIN32
84ec87b6
JB
33--- DirectFB-1.6.0/interfaces/IDirectFBImageProvider/Makefile.am.orig 2012-06-14 18:00:08.000000000 +0200
34+++ DirectFB-1.6.0/interfaces/IDirectFBImageProvider/Makefile.am 2012-06-17 19:13:20.781373488 +0200
35@@ -115,6 +115,7 @@
36 libidirectfbimageprovider_pnm_la_LDFLAGS = -avoid-version -module
37
38 libidirectfbimageprovider_svg_la_SOURCES = idirectfbimageprovider_svg.c
39+libidirectfbimageprovider_svg_la_CPPFLAGS = $(SVG_CFLAGS)
40 libidirectfbimageprovider_svg_la_LIBADD = $(libdirect) $(libdirectfb) $(SVG_LIBS) $(ZLIB_LIBS)
41 libidirectfbimageprovider_svg_la_LDFLAGS = -avoid-version -module
42
This page took 0.139091 seconds and 4 git commands to generate.