diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-10 21:11:37 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-10 21:11:37 +0800 |
commit | 8605f7ceb164d9c59360cb73155e6a3c349dfd93 (patch) | |
tree | 1920a4e6d43e72ea909bdbaafbcb670e4f3df8f2 /editors/openoffice | |
parent | 2deda90d9db77a8898e3f6804f4bc69cb9b49486 (diff) | |
download | freebsd-ports-gnome-8605f7ceb164d9c59360cb73155e6a3c349dfd93.tar.gz freebsd-ports-gnome-8605f7ceb164d9c59360cb73155e6a3c349dfd93.tar.zst freebsd-ports-gnome-8605f7ceb164d9c59360cb73155e6a3c349dfd93.zip |
Larger stack and datasize seems only be needed if gcc2 is used.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 ! |