From 513fae961cc06138fc731bf90aa0adee2d7f8f03 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 3 Sep 2008 17:53:30 +0000 Subject: Add a workaround for amd64 and GCC 4.2. Approved by: maho (amd64 blanket) --- editors/openoffice.org-3-RC/files/amd64-gcc42-workaround | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editors/openoffice.org-3-RC/files/amd64-gcc42-workaround (limited to 'editors/openoffice.org-3-RC/files/amd64-gcc42-workaround') diff --git a/editors/openoffice.org-3-RC/files/amd64-gcc42-workaround b/editors/openoffice.org-3-RC/files/amd64-gcc42-workaround new file mode 100644 index 000000000000..01ace4ad728c --- /dev/null +++ b/editors/openoffice.org-3-RC/files/amd64-gcc42-workaround @@ -0,0 +1,13 @@ +--- writerfilter/source/resourcemodel/makefile.mk.orig 2008-07-22 08:53:57.000000000 -0400 ++++ writerfilter/source/resourcemodel/makefile.mk 2008-09-03 12:26:09.000000000 -0400 +@@ -56,8 +56,8 @@ + $(SLO)$/TagLogger.obj \ + $(SLO)$/WW8Analyzer.obj + +-# linux 64 bit: compiler (gcc 4.2.3) fails with 'out of memory' +-.IF "$(OUTPATH)"=="unxlngx6" ++# FreeBSD/Linux 64-bit: compiler (gcc 4.2.x) fails with 'out of memory' ++.IF "$(OUTPATH)"=="unxfbsdx" || "$(OUTPATH)"=="unxlngx6" + NOOPTFILES= \ + $(SLO)$/qnametostr.obj + .ENDIF -- cgit v1.2.3