From b51761e90df404f959c81058983d47771aba77a5 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sat, 16 Mar 2002 17:02:10 +0000 Subject: Revert the last change. It looks like -fno-rtti is only needed for the mozilla part, and else it breaks the build where -rtti is used. Add a new patch to change it for the mozilla build. --- .../openoffice-3-devel/files/patch-mozillasrc::makefile.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editors/openoffice-3-devel/files/patch-mozillasrc::makefile.mk (limited to 'editors/openoffice-3-devel/files/patch-mozillasrc::makefile.mk') diff --git a/editors/openoffice-3-devel/files/patch-mozillasrc::makefile.mk b/editors/openoffice-3-devel/files/patch-mozillasrc::makefile.mk new file mode 100644 index 000000000000..27086ca55940 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-mozillasrc::makefile.mk @@ -0,0 +1,13 @@ +--- ../connectivity/source/drivers/mozab/mozillasrc/makefile.mk.orig Fri Mar 15 19:10:28 2002 ++++ ../connectivity/source/drivers/mozab/mozillasrc/makefile.mk Fri Mar 15 19:11:45 2002 +@@ -152,6 +152,10 @@ + -Wno-long-long -pthread + CDEFS += -DTRACING + .ENDIF ++.IF "$(OS)" == "FREEBSD" ++CFLAGSCXX += \ ++ -fno-rtti ++.ENDIF + .ENDIF + + SHL1TARGET_NAME=$(TARGET)$(MOZAB_MAJOR) -- cgit v1.2.3