diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-23 19:29:23 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-23 19:29:23 +0000 |
commit | b091877aa907a106286e01caaf686af96b5b4a9d (patch) | |
tree | 678bc740223253bb15832c92f24a7961d440e625 /package/directfb/directfb--ppc-compile-fix.patch | |
parent | f3bce517ed8fd60315cfa589d3bc5057333082ae (diff) |
directfb: bump version
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
Diffstat (limited to 'package/directfb/directfb--ppc-compile-fix.patch')
-rw-r--r-- | package/directfb/directfb--ppc-compile-fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/directfb/directfb--ppc-compile-fix.patch b/package/directfb/directfb--ppc-compile-fix.patch new file mode 100644 index 000000000..2514eae6e --- /dev/null +++ b/package/directfb/directfb--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 |