This is an automated email from the ASF dual-hosted git repository. truckman pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 1b68daa7284a15994dcdbe7971a6ab202a5301f7 Author: Curtis Hamilton <[email protected]> AuthorDate: Thu Oct 3 09:22:51 2024 -0400 Update makefile.mk (cherry picked from commit 6e8c708e2cce0389978e27c43ac320cc01cdd28d) --- main/testtools/source/bridgetest/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/testtools/source/bridgetest/makefile.mk b/main/testtools/source/bridgetest/makefile.mk index b13e87ac2c..79103191de 100644 --- a/main/testtools/source/bridgetest/makefile.mk +++ b/main/testtools/source/bridgetest/makefile.mk @@ -134,7 +134,7 @@ ALLTAR: \ runtest : $(DLLDEST)$/uno_types.rdb $(DLLDEST)$/uno_services.rdb makefile.mk \ $(SHL1TARGETN) $(SHL2TARGETN) $(SHL3TARGETN) -.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" || "$(OS)$(CPU)"=="SOLARISS" || "$(COM)$(OS)$(CPU)"=="GCCFREEBSDP" +.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" || "$(OS)$(CPU)"=="SOLARISS" || "$(OS)$(CPU)"=="FREEBSDP" @echo "Mac OSX PPC GCC and Solaris fails this test! likely broken UNO bridge. Fix me." .ELSE cd $(DLLDEST) && $(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/uno \
