diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-05 07:02:06 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-05 07:02:06 +0800 |
commit | 2fde2babedced10dfc3f936db9d548b28e308689 (patch) | |
tree | 8295768eed194d61f3e94f0104cabfda1a1a3f1b /editors/openoffice | |
parent | 965673f91ba914944db43716a03f5dc41083429e (diff) | |
download | freebsd-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/Makefile | 11 |
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} |