diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-10 13:11:37 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-10 13:11:37 +0000 |
commit | 41a7ef6b86abb9348858b0eb93ce18fcfd8b049c (patch) | |
tree | 2f0b0456a33e7dab5cda9382e54d8a237c585c7a /editors | |
parent | 6d8e12a6003a95b4b19117974c95d41a93f2bdeb (diff) | |
download | ports-41a7ef6b86abb9348858b0eb93ce18fcfd8b049c.tar.gz ports-41a7ef6b86abb9348858b0eb93ce18fcfd8b049c.zip |
Larger stack and datasize seems only be needed if gcc2 is used.
Notes
Notes:
svn path=/head/; revision=61050
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 256989ebe8fb..d5cfe9801eba 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -162,6 +162,7 @@ pre-fetch: @${ECHO} stable as it should. @${ECHO} @${ECHO} KERNEL CONFIGURATION: +.if ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit @@ -171,6 +172,7 @@ pre-fetch: @${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\" @${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\" @${ECHO} +.endif .if !exists(/usr/include/langinfo.h) @${ECHO} @${ECHO} langinfo.h is missing ! diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 256989ebe8fb..d5cfe9801eba 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -162,6 +162,7 @@ pre-fetch: @${ECHO} stable as it should. @${ECHO} @${ECHO} KERNEL CONFIGURATION: +.if ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit @@ -171,6 +172,7 @@ pre-fetch: @${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\" @${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\" @${ECHO} +.endif .if !exists(/usr/include/langinfo.h) @${ECHO} @${ECHO} langinfo.h is missing ! diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 256989ebe8fb..d5cfe9801eba 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -162,6 +162,7 @@ pre-fetch: @${ECHO} stable as it should. @${ECHO} @${ECHO} KERNEL CONFIGURATION: +.if ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit @@ -171,6 +172,7 @@ pre-fetch: @${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\" @${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\" @${ECHO} +.endif .if !exists(/usr/include/langinfo.h) @${ECHO} @${ECHO} langinfo.h is missing ! |