diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-08-16 15:15:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-08-16 15:15:01 +0000 |
commit | ba620a1c3395657210e15cf959426463a174295c (patch) | |
tree | a357550dc6a71959e215afddaa69206abcd7120b /dev-libs/DirectFB/files | |
parent | Add tls local use flag for dev-python/kaa-base (diff) | |
download | gentoo-2-ba620a1c3395657210e15cf959426463a174295c.tar.gz gentoo-2-ba620a1c3395657210e15cf959426463a174295c.tar.bz2 gentoo-2-ba620a1c3395657210e15cf959426463a174295c.zip |
Version bump #233272 by Benjamin Schleinzer.
(Portage version: 2.2_rc6/cvs/Linux 2.6.26.1 x86_64)
Diffstat (limited to 'dev-libs/DirectFB/files')
-rw-r--r-- | dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch b/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch new file mode 100644 index 000000000000..dc2e6d33be28 --- /dev/null +++ b/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch @@ -0,0 +1,16 @@ +Don't rely on the kernel to tell us what the cpu target is ... we'll just +use the default values all the time instead. + +http://bugs.gentoo.org/152614 + +--- lib/direct/ppcasm_memcpy_cachable.S ++++ 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 |