aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-testtools__Module_testtools.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-testtools__Module_testtools.mk')
-rw-r--r--editors/libreoffice/files/patch-testtools__Module_testtools.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-testtools__Module_testtools.mk b/editors/libreoffice/files/patch-testtools__Module_testtools.mk
new file mode 100644
index 000000000000..974bcdb4e942
--- /dev/null
+++ b/editors/libreoffice/files/patch-testtools__Module_testtools.mk
@@ -0,0 +1,17 @@
+--- ./testtools/Module_testtools.mk.orig 2013-01-31 05:54:53.000000000 -0500
++++ ./testtools/Module_testtools.mk 2013-02-22 14:30:43.000000000 -0500
+@@ -55,14 +55,6 @@
+ #))
+ #endif
+
+-# FIXME: Mac OSX PPC GCC fails this test!, likely broken UNO bridge.
+-# (is it still relevant?)
+-ifneq ($(COM)$(OS)$(CPU),GCCMACOSXP)
+-$(eval $(call gb_Module_add_check_targets,testtools,\
+- CustomTarget_uno_test \
+-))
+-endif
+-
+ endif
+
+ # vim:set shiftwidth=4 softtabstop=4 expandtab: