summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-07-04 23:02:06 +0000
committermbr <mbr@FreeBSD.org>2002-07-04 23:02:06 +0000
commit2fde2babedced10dfc3f936db9d548b28e308689 (patch)
tree8295768eed194d61f3e94f0104cabfda1a1a3f1b /editors
parent965673f91ba914944db43716a03f5dc41083429e (diff)
downloadFreeBSD-ports-2fde2babedced10dfc3f936db9d548b28e308689.zip
FreeBSD-ports-2fde2babedced10dfc3f936db9d548b28e308689.tar.gz
PR: ports/40160
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/Makefile11
-rw-r--r--editors/openoffice.org-1.0/Makefile11
-rw-r--r--editors/openoffice/Makefile11
3 files changed, 15 insertions, 18 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}
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}
OpenPOWER on IntegriCloud