aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-07-05 07:02:06 +0800
committermbr <mbr@FreeBSD.org>2002-07-05 07:02:06 +0800
commit2fde2babedced10dfc3f936db9d548b28e308689 (patch)
tree8295768eed194d61f3e94f0104cabfda1a1a3f1b /editors/openoffice
parent965673f91ba914944db43716a03f5dc41083429e (diff)
downloadfreebsd-ports-gnome-2fde2babedced10dfc3f936db9d548b28e308689.tar.gz
freebsd-ports-gnome-2fde2babedced10dfc3f936db9d548b28e308689.tar.zst
freebsd-ports-gnome-2fde2babedced10dfc3f936db9d548b28e308689.zip
PR: ports/40160
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'editors/openoffice')
-rw-r--r--editors/openoffice/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index cbefad374dc4..bc735c1270ee 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -207,12 +207,11 @@ pre-fetch:
@${ECHO}
@${ECHO} Openoffice needs a larger stack- and
@${ECHO} datasize to build. Check your limit
- @${ECHO} settings and add this to your KERNEL
- @${ECHO} configuration if necessary:
- @${ECHO}
- @${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\"
- @${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\"
- @${ECHO}
+ @${ECHO} settings and and put this in /boot/loader.conf
+ @${ECHO} if neccessary:
+ @${ECHO}
+ @${ECHO} kern.maxdsiz=\"1073741824\"
+ @${ECHO} kern.maxssiz=\"268435456\"
.endif
.if !exists(/usr/include/langinfo.h)
@${ECHO}