freebsd-ports/editors/openoffice-devel/files/patch-testtools__source__bridgetest__makefile.mk
Curtis Hamilton d74f1e0a8d editors/openoffice-*: Fix build on powerpc64
The upstream bridges code does not yet work on powerpc64.

PR:		251417
2024-11-04 03:59:06 -08:00

12 lines
624 B
Makefile

--- testtools/source/bridgetest/makefile.mk.orig
+++ testtools/source/bridgetest/makefile.mk
@@ -134,7 +134,7 @@
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 \