From ba620a1c3395657210e15cf959426463a174295c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 16 Aug 2008 15:15:01 +0000 Subject: Version bump #233272 by Benjamin Schleinzer. (Portage version: 2.2_rc6/cvs/Linux 2.6.26.1 x86_64) --- dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch (limited to 'dev-libs/DirectFB/files') 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 +- + #if defined(CONFIG_8xx) || defined(CONFIG_403GCX) + #define L1_CACHE_LINE_SIZE 16 + #define LG_L1_CACHE_LINE_SIZE 4 -- cgit v1.2.3-65-gdbad