From 2fde2babedced10dfc3f936db9d548b28e308689 Mon Sep 17 00:00:00 2001 From: mbr Date: Thu, 4 Jul 2002 23:02:06 +0000 Subject: PR: ports/40160 Submitted by: David Yeske --- editors/openoffice-1.0/Makefile | 11 +++++------ editors/openoffice.org-1.0/Makefile | 11 +++++------ editors/openoffice/Makefile | 11 +++++------ 3 files changed, 15 insertions(+), 18 deletions(-) (limited to 'editors') diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index cbefad3..bc735c1 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/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} diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index cbefad3..bc735c1 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/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} diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index cbefad3..bc735c1 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} -- cgit v1.1