diff options
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 4344c7e..7c31288 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -161,8 +161,9 @@ pre-fetch: @${ECHO} has beta quality and does not yet work as @${ECHO} stable as it should. @${ECHO} +.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \ + (${OSVERSION} < 500000 && !defined(USE_GCC)) @${ECHO} KERNEL CONFIGURATION: -.if defined(USE_GCC) && ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 4344c7e..7c31288 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -161,8 +161,9 @@ pre-fetch: @${ECHO} has beta quality and does not yet work as @${ECHO} stable as it should. @${ECHO} +.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \ + (${OSVERSION} < 500000 && !defined(USE_GCC)) @${ECHO} KERNEL CONFIGURATION: -.if defined(USE_GCC) && ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 4344c7e..7c31288 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -161,8 +161,9 @@ pre-fetch: @${ECHO} has beta quality and does not yet work as @${ECHO} stable as it should. @${ECHO} +.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \ + (${OSVERSION} < 500000 && !defined(USE_GCC)) @${ECHO} KERNEL CONFIGURATION: -.if defined(USE_GCC) && ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit |