diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-07-04 23:02:06 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-07-04 23:02:06 +0000 |
commit | 46d49ae502f12aa85809a3fe86f3fb2900f96f74 (patch) | |
tree | f6d650566cbcca8e4370d0000555506cc670ae5a /editors | |
parent | 1) Change notice about a system patch. Matt did fix this in 4.6 STABLE. (diff) |
PR: ports/40160
Submitted by: David Yeske <dyeske@yahoo.com>
Notes
Notes:
svn path=/head/; revision=62448
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 11 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 11 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 11 |
3 files changed, 15 insertions, 18 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index cbefad374dc4..bc735c1270ee 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 cbefad374dc4..bc735c1270ee 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 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} |