aboutsummaryrefslogtreecommitdiffstats
path: root/package/directfb/directfb-1.4.13-ppc-compile-fix.patch
diff options
context:
space:
mode:
authorSven Neumann <s.neumann@raumfeld.com>2011-08-11 12:44:07 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-08-12 19:58:16 +0200
commite35921b3a0d148098f08d2f0533b238a65ff3e86 (patch)
treeb5ad9218942692a29b2a84fca8590e6f0355fac8 /package/directfb/directfb-1.4.13-ppc-compile-fix.patch
parent71f279f9a2bd3f086f3d31fa5a669d3f638bee99 (diff)
downloadbuildroot-novena-e35921b3a0d148098f08d2f0533b238a65ff3e86.tar.gz
buildroot-novena-e35921b3a0d148098f08d2f0533b238a65ff3e86.zip
directfb: bump to version 1.4.13
There's an even newer stable release available (1.4.14), but it has problems with cross-compilation that we are still resolving on the directfb-dev mailing-list. [Peter: rename ppc patch to match] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/directfb/directfb-1.4.13-ppc-compile-fix.patch')
-rw-r--r--package/directfb/directfb-1.4.13-ppc-compile-fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/directfb/directfb-1.4.13-ppc-compile-fix.patch b/package/directfb/directfb-1.4.13-ppc-compile-fix.patch
new file mode 100644
index 000000000..2514eae6e
--- /dev/null
+++ b/package/directfb/directfb-1.4.13-ppc-compile-fix.patch
@@ -0,0 +1,17 @@
+---
+ lib/direct/ppcasm_memcpy_cachable.S | 2 --
+ 1 file changed, 2 deletions(-)
+
+Index: DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S
+===================================================================
+--- DirectFB-1.2.7.orig/lib/direct/ppcasm_memcpy_cachable.S
++++ DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S
+@@ -34,8 +34,6 @@
+
+ #define __ASSEMBLY__
+
+-#include <linux/config.h>
+-
+ #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
+ #define L1_CACHE_LINE_SIZE 16
+ #define LG_L1_CACHE_LINE_SIZE 4