summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-06-23 21:30:58 +0000
committer Eric Hameleers <alien@slackware.com>2015-06-23 21:30:58 +0000
commit55d43bd723d2d6676ee725fc3fd586a3282db6a1 (patch)
tree3266a64412fe565069966cdccfb36322fc724055 /libreoffice
parent9c15b83113bdaf73b598e70f2faf0a8cdd2bc609 (diff)
downloadasb-55d43bd723d2d6676ee725fc3fd586a3282db6a1.tar.gz
asb-55d43bd723d2d6676ee725fc3fd586a3282db6a1.tar.xz
Initial revision
Diffstat (limited to 'libreoffice')
-rw-r--r--libreoffice/build/patches/libreoffice.failing_unittest.patch10
-rw-r--r--libreoffice/build/patches/libreoffice5.failing_unittest.patch10
2 files changed, 20 insertions, 0 deletions
diff --git a/libreoffice/build/patches/libreoffice.failing_unittest.patch b/libreoffice/build/patches/libreoffice.failing_unittest.patch
new file mode 100644
index 00000000..5ea7fcb7
--- /dev/null
+++ b/libreoffice/build/patches/libreoffice.failing_unittest.patch
@@ -0,0 +1,10 @@
+--- libreoffice-4.4.0.3/sc/Module_sc.mk.orig 2015-01-22 21:05:28.000000000 +0100
++++ libreoffice-4.4.0.3/sc/Module_sc.mk 2015-01-31 23:42:57.623394013 +0100
+@@ -45,7 +45,6 @@
+ endif
+
+ $(eval $(call gb_Module_add_check_targets,sc,\
+- CppunitTest_sc_ucalc \
+ CppunitTest_sc_filters_test \
+ CppunitTest_sc_rangelst_test \
+ ))
diff --git a/libreoffice/build/patches/libreoffice5.failing_unittest.patch b/libreoffice/build/patches/libreoffice5.failing_unittest.patch
new file mode 100644
index 00000000..93ad72d9
--- /dev/null
+++ b/libreoffice/build/patches/libreoffice5.failing_unittest.patch
@@ -0,0 +1,10 @@
+--- libreoffice-5.0.0.1/sc/Module_sc.mk.orig 2015-06-20 11:49:52.000000000 +0200
++++ libreoffice-5.0.0.1/sc/Module_sc.mk 2015-06-23 23:17:10.708453387 +0200
+@@ -46,7 +46,6 @@
+
+ $(eval $(call gb_Module_add_check_targets,sc,\
+ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
+- CppunitTest_sc_ucalc) \
+ CppunitTest_sc_filters_test \
+ CppunitTest_sc_rangelst_test \
+ ))