diff options
Diffstat (limited to 'editors/openoffice-1.0/Makefile')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
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} |