summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-i98714
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-02-02 01:17:16 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-02-02 01:17:16 +0000
commita760ac7bca12e8636cf90b213fd1fe0227de229f (patch)
tree2d35c212aaaa700b9a4c96c4e62e1d7e121f0211 /editors/openoffice.org-3-RC/files/patch-i98714
parent- Update the dependency on libmcve/libmonetra (diff)
Now reasonable amount of memory used in openoffice.org
ports build for i386. hardcoding but safe. Suggested by: Luigi Rizzo, and Greg Rivers
Notes
Notes: svn path=/head/; revision=227414
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i98714 (renamed from editors/openoffice.org-3-RC/files/amd64-gcc42-workaround)2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/amd64-gcc42-workaround b/editors/openoffice.org-3-RC/files/patch-i98714
index 01ace4ad728c..50cecadf6ede 100644
--- a/editors/openoffice.org-3-RC/files/amd64-gcc42-workaround
+++ b/editors/openoffice.org-3-RC/files/patch-i98714
@@ -7,7 +7,7 @@
-# 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"
++.IF "$(OUTPATH)"=="unxfbsdx" || "$(OUTPATH)"=="unxfbsdi" || "$(OUTPATH)"=="unxlngx6"
NOOPTFILES= \
$(SLO)$/qnametostr.obj
.ENDIF