diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-21 19:20:13 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-21 19:20:13 +0000 |
commit | 2e02904b048e1f1bf5fa817bd6ea5c1f98c0ea0a (patch) | |
tree | 782c08617e5b2e64bc9cf6bf24682690bc1fcf5a | |
parent | 0b62a657cf4b47a5ad77a9bb5e9ca32b1f40bc78 (diff) |
directfb: fix compilation error on ppc (linux/config.h is long gone)
-rw-r--r-- | package/directfb/directfb-1.2.7-ppc-compile-fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/directfb/directfb-1.2.7-ppc-compile-fix.patch b/package/directfb/directfb-1.2.7-ppc-compile-fix.patch new file mode 100644 index 000000000..2514eae6e --- /dev/null +++ b/package/directfb/directfb-1.2.7-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 |