summaryrefslogtreecommitdiffstats
path: root/patches/DirectFB-1.3.0/disable-ppcasm_memcpy_cachable_S-makefile_in.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/DirectFB-1.3.0/disable-ppcasm_memcpy_cachable_S-makefile_in.diff')
-rw-r--r--patches/DirectFB-1.3.0/disable-ppcasm_memcpy_cachable_S-makefile_in.diff33
1 files changed, 33 insertions, 0 deletions
diff --git a/patches/DirectFB-1.3.0/disable-ppcasm_memcpy_cachable_S-makefile_in.diff b/patches/DirectFB-1.3.0/disable-ppcasm_memcpy_cachable_S-makefile_in.diff
new file mode 100644
index 000000000..01996d238
--- /dev/null
+++ b/patches/DirectFB-1.3.0/disable-ppcasm_memcpy_cachable_S-makefile_in.diff
@@ -0,0 +1,33 @@
+---
+ lib/direct/Makefile.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+Index: DirectFB-1.3.0/lib/direct/Makefile.in
+===================================================================
+--- DirectFB-1.3.0.orig/lib/direct/Makefile.in
++++ DirectFB-1.3.0/lib/direct/Makefile.in
+@@ -59,13 +59,13 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+ libdirect_la_LIBADD =
+ am__libdirect_la_SOURCES_DIST = ppcasm_memcpy.S \
+- ppcasm_memcpy_cachable.S clock.c conf.c debug.c direct.c \
++ clock.c conf.c debug.c direct.c \
+ hash.c interface.c list.c log.c mem.c memcpy.c messages.c \
+ modules.c signals.c stream.c system.c trace.c tree.c thread.c \
+ utf8.c util.c
+ @BUILDPPCASM_TRUE@@HAVE_LINUX_FALSE@am__objects_1 = ppcasm_memcpy.lo
+ @BUILDPPCASM_TRUE@@HAVE_LINUX_TRUE@am__objects_1 = ppcasm_memcpy.lo \
+-@BUILDPPCASM_TRUE@@HAVE_LINUX_TRUE@ ppcasm_memcpy_cachable.lo
++@BUILDPPCASM_TRUE@@HAVE_LINUX_TRUE@ #ppcasm_memcpy_cachable.lo
+ am_libdirect_la_OBJECTS = $(am__objects_1) clock.lo conf.lo debug.lo \
+ direct.lo hash.lo interface.lo list.lo log.lo mem.lo memcpy.lo \
+ messages.lo modules.lo signals.lo stream.lo system.lo trace.lo \
+@@ -305,7 +305,7 @@ EXTRA_DIST = \
+ ppc_asm.h
+
+ @BUILDPPCASM_TRUE@@HAVE_LINUX_FALSE@ppcasm_sources = ppcasm_memcpy.S
+-@BUILDPPCASM_TRUE@@HAVE_LINUX_TRUE@ppcasm_sources = ppcasm_memcpy.S ppcasm_memcpy_cachable.S
++@BUILDPPCASM_TRUE@@HAVE_LINUX_TRUE@ppcasm_sources = ppcasm_memcpy.S #ppcasm_memcpy_cachable.S
+ @BUILDPPCASM_TRUE@ppcasm_headers = ppcasm_memcpy.h ppc_asm.h
+ include_HEADERS = \
+ $(ppcasm_headers) \