git » libreoffice-still.git » commit 9d2224a

upstream update 4.3.7

author Andreas Radke
2015-04-26 17:05:19 UTC
committer Andreas Radke
2015-04-26 17:05:19 UTC
parent a3ffbcba63da363d78e28039741c8ca45e541306

upstream update 4.3.7

PKGBUILD +2 -0

diff --git a/PKGBUILD b/PKGBUILD
index e0eb506..3c00c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -186,6 +186,8 @@ build() {
 
 	# i686 build broken in make CppunitTest_sw_ooxmlsdrexport
 	[ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_ooxmlsdrexport/d' sw/Module_sw.mk
+	[ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_rtfimport/d' sw/Module_sw.mk
+	[ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_rtfexport/d' sw/Module_sw.mk
 	# next broken test
 	[ "$CARCH" = "x86_64" ] && sed -i '/CppunitTest_macros_test/d' sw/Module_sw.mk